diff options
Diffstat (limited to 'examples/html/Makefile')
| -rw-r--r-- | examples/html/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/html/Makefile b/examples/html/Makefile index 59612ed..e7dae66 100644 --- a/examples/html/Makefile +++ b/examples/html/Makefile @@ -14,6 +14,9 @@ all: $(PROJECT) clean: rm -f $(DEPS) +distclean: clean + rm -f $(PROJECT) + FORCE: $(PROJECT): $(DEPS) $(LIBWEB) $(DYNSTR) |
