aboutsummaryrefslogtreecommitdiff
path: root/examples/headers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/headers/Makefile')
-rw-r--r--examples/headers/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/headers/Makefile b/examples/headers/Makefile
index 4905fbd..c8c5f54 100644
--- a/examples/headers/Makefile
+++ b/examples/headers/Makefile
@@ -14,6 +14,9 @@ all: $(PROJECT)
clean:
rm -f $(DEPS)
+distclean: clean
+ rm -f $(PROJECT)
+
FORCE:
$(PROJECT): $(DEPS) $(LIBWEB) $(DYNSTR)