Remove interface prereq
This commit is contained in:
parent
b1b504927e
commit
af2633752e
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -14,7 +14,7 @@ BIN := $(shell $(PACKAGE_MANAGER) bin)
|
||||||
.PHONY: $(OUT_DIR) dev prod run rund interfaces
|
.PHONY: $(OUT_DIR) dev prod run rund interfaces
|
||||||
|
|
||||||
|
|
||||||
$(OUT_DIR): interfaces
|
$(OUT_DIR):
|
||||||
tsc --outDir $(OUT_DIR)
|
tsc --outDir $(OUT_DIR)
|
||||||
|
|
||||||
interfaces:
|
interfaces:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue