mirror of
https://github.com/kdabir/has.git
synced 2024-11-11 14:40:48 +01:00
Update uninstall
target in Makefile to respect env vars (#56)
`uninstall` now `rm`s from `${DESTDIR}${PREFIX}/bin` instead of defaulting to `/usr/local/bin`
This commit is contained in:
parent
868bc1aff6
commit
3ce21c9b2c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ update-force :
|
|||
rm -f has
|
||||
|
||||
uninstall :
|
||||
rm -f /usr/local/bin/has
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/has
|
||||
|
||||
.PHONY: test install uninstall update
|
||||
|
||||
|
|
Loading…
Reference in a new issue