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