add toolchain/download target
[openwrt.git] / toolchain / utils / Makefile
index 65e488f..f79ed89 100644 (file)
@@ -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