diff options
Diffstat (limited to 'openwrt/toolchain/utils/Makefile')
| -rw-r--r-- | openwrt/toolchain/utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/toolchain/utils/Makefile b/openwrt/toolchain/utils/Makefile index 65e488f..f79ed89 100644 --- a/openwrt/toolchain/utils/Makefile +++ b/openwrt/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 |
