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?
This commit is contained in:
Tom Willemsen 2012-05-27 23:04:14 +02:00
parent a94a591f2b
commit c783d74e22

View file

@ -10,5 +10,8 @@ main.o: main.c
install: baps1
install baps1 $(INST_PATH)/baps1
uninstall:
rm $(INST_PATH)/baps1
clean:
rm baps1 *.o