summaryrefslogtreecommitdiffstats
path: root/toolchain/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/utils/Makefile')
-rw-r--r--toolchain/utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/utils/Makefile b/toolchain/utils/Makefile
index 65e488f4e..f79ed891e 100644
--- a/toolchain/utils/Makefile
+++ b/toolchain/utils/Makefile
@@ -8,6 +8,7 @@ ifeq ($(OS),Darwin)
CFLAGS += -I./include
endif
+source:
prepare: $(UTILS_BUILD_DIR)
compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
install: compile