aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-27 23:04:14 +0200
committerGravatar Tom Willemsen2012-05-27 23:04:14 +0200
commitc783d74e22845df2a6ed8c2737bdca58127643e0 (patch)
tree1f0d947008e62fdb11724d6e1edf2d8b008a9a77
parenta94a591f2b24e0430a4931ab75c1eba7139e8406 (diff)
downloadbaps1-c783d74e22845df2a6ed8c2737bdca58127643e0.tar.gz
baps1-c783d74e22845df2a6ed8c2737bdca58127643e0.zip
Add uninstall rule
It might or might not be non-standard, but I hate having to figure out which files should be removed to uninstall something, can we please have this?
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 40340fd..70c522f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,5 +10,8 @@ main.o: main.c
install: baps1
install baps1 $(INST_PATH)/baps1
+uninstall:
+ rm $(INST_PATH)/baps1
+
clean:
rm baps1 *.o