diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |