From 48fea88bc51d26c01faeaad4e5413d62d0294fc9 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 5 Apr 2026 12:15:00 +0200 Subject: Makefile: Support distclean target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 03f4714..3342638 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,9 @@ install: all $(pkgcfgdir)/dynstr.pc clean: rm -f $(DEPS) +distclean: clean + rm -f $(PROJECT_A) $(PROJECT_SO) + $(PROJECT_A): $(DEPS) $(AR) $(ARFLAGS) $@ $(DEPS) -- cgit v1.2.3