summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/content/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/content/Makefile')
-rw-r--r--apps/examples/thttpd/content/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/examples/thttpd/content/Makefile b/apps/examples/thttpd/content/Makefile
index 1f5ce4246..8a74201b5 100644
--- a/apps/examples/thttpd/content/Makefile
+++ b/apps/examples/thttpd/content/Makefile
@@ -97,8 +97,10 @@ $(SYMTAB): build
# Clean each subdirectory
clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean)
- @rm -f $(ROMFS_HDR) $(ROMFS_IMG) $(SYMTAB)
+ $(call DELFILE$(ROMFS_HDR))
+ $(call DELFILE $(ROMFS_IMG))
+ $(call DELFILE $(SYMTAB))
@rm -rf $(ROMFS_DIR)
- @rm -f *~ .*.swp
+ $(call CLEAN)