apps/bin should be removed on clean
This commit is contained in:
parent
181b75301f
commit
1c0635604a
1
Makefile
1
Makefile
@ -153,6 +153,7 @@ depend: .depend
|
|||||||
|
|
||||||
clean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_clean)
|
clean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_clean)
|
||||||
$(call DELFILE, $(BIN))
|
$(call DELFILE, $(BIN))
|
||||||
|
$(call DELDIR, $(BIN_DIR))
|
||||||
$(call CLEAN)
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_distclean)
|
distclean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_distclean)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user