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