summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-05-12 19:31:34 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-05-12 19:31:34 -0500
commit81d3703725c05410da03db4ba1b9c5ec5c683080 (patch)
treed535c8625757abe1621336d20ab223b148f6dbe4
parent1ec2c04eb7b228324633fb3b7f924988002ca4ee (diff)
Add clean rule
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4ee3ff..443c3c3 100644
--- a/Makefile
+++ b/Makefile
@@ -32,3 +32,6 @@ install: libpfxtree.so
install -m644 pfxtree.pc $(PKGCONFIGDIR)/pfxtree.pc
ln -sf $(LIBDIR)/libpfxtree.so.$(VERSION) $(LIBDIR)/libpfxtree.so.$(MAJOR)
ln -sf $(LIBDIR)/libpfxtree.so.$(VERSION) $(LIBDIR)/libpfxtree.so
+
+clean:
+ rm -f *.o *.a *.so pfxtree-test