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:
parent
a94a591f2b
commit
c783d74e22
1 changed files with 3 additions and 0 deletions
|
@ -10,5 +10,8 @@ main.o: main.c
|
|||
install: baps1
|
||||
install baps1 $(INST_PATH)/baps1
|
||||
|
||||
uninstall:
|
||||
rm $(INST_PATH)/baps1
|
||||
|
||||
clean:
|
||||
rm baps1 *.o
|
||||
|
|
Loading…
Reference in a new issue