diff options
Diffstat (limited to 'examples/put/Makefile')
| -rw-r--r-- | examples/put/Makefile | 3 |
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) |
