aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)