diff --git a/examples/thttpd/content/Makefile b/examples/thttpd/content/Makefile index 30d6c23aed..9df3ec93a1 100644 --- a/examples/thttpd/content/Makefile +++ b/examples/thttpd/content/Makefile @@ -99,6 +99,6 @@ $(SYMTAB): build clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean) @rm -f $(ROMFS_HDR) $(ROMFS_IMG) $(SYMTAB) @rm -rf $(ROMFS_DIR) - @rm *~ .*.swp + @rm -f *~ .*.swp