From 33e2baf8bd93ce2326aa697e1dca0f6aad7ca85f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 13:42:34 -0600 Subject: apps/bin should be removed on clean --- apps/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 2797bcccc..fc04a8878 100644 --- a/apps/Makefile +++ b/apps/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) -- cgit v1.2.3