From af2633752e8af0bb11de09870abe252fdd2a22f1 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 7 Jan 2023 17:01:32 -0600 Subject: [PATCH] Remove interface prereq --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ff619f6..95023e7 100644 --- a/makefile +++ b/makefile @@ -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: