apps/bin should be removed on clean

This commit is contained in:
Gregory Nutt 2014-09-06 13:42:34 -06:00
parent 181b75301f
commit 1c0635604a

View File

@ -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)