From bba0b62f4e9e17927b9a2cda51dd5a4aa1b1f14e Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 2 Oct 2025 15:40:03 +0200 Subject: examples: Add distclean target --- examples/hello/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/hello/Makefile') 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) -- cgit v1.2.3