summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e9b1d65..fdcba32 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ clean:
install: all
mv -f $(OUTNAME) $(PREFIX)
+uninstall:
+ rm -f $(PREFIX)/$(OUTNAME)
+
test: all
c99 -l libfemtokit.a -o test test/$(TESTFILE)