0
0
Fork 0

Remove interface prereq

This commit is contained in:
Oliver-Akins 2023-01-07 17:01:32 -06:00
parent b1b504927e
commit af2633752e

View file

@ -14,7 +14,7 @@ BIN := $(shell $(PACKAGE_MANAGER) bin)
.PHONY: $(OUT_DIR) dev prod run rund interfaces
$(OUT_DIR): interfaces
$(OUT_DIR):
tsc --outDir $(OUT_DIR)
interfaces: