summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Makefile1
1 files changed, 1 insertions, 0 deletions
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)