From 1c0635604a5de87b345fd61b9b8758f36b44dfde Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 13:42:34 -0600 Subject: [PATCH] apps/bin should be removed on clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2797bcccc..fc04a8878 100644 --- a/Makefile +++ b/Makefile @@ -153,6 +153,7 @@ depend: .depend clean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_clean) $(call DELFILE, $(BIN)) + $(call DELDIR, $(BIN_DIR)) $(call CLEAN) distclean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_distclean)