aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ca4eb1..1c77256 100644
--- a/Makefile
+++ b/Makefile
@@ -964,7 +964,9 @@ targets: makedirs
echo " $$i"; \
done
@echo ""
+ifneq ($(TARGETS),)
@$(MAKE) $(TARGETS) V=$(V)
+endif
makedirs:
@if [ ! -d $(BUILD_DIR) ];then $(MKDIR) $(BUILD_DIR);fi