mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 08:36:30 +01:00
feat(Makefile): DESTDIR (#5)
This commit is contained in:
parent
aca5c3aaa4
commit
af22615d6a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -27,7 +27,7 @@ test_mt:
|
|||
crystal spec --order random -Dpreview_mt
|
||||
|
||||
install:
|
||||
install -D -m 0755 bin/blahaj $(PREFIX)/bin/blahaj
|
||||
install -D -m 0755 bin/blahaj $(DESTDIR)$(PREFIX)/bin/blahaj
|
||||
|
||||
uninstall:
|
||||
rm -f $(PREFIX)/bin/blahaj
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/blahaj
|
||||
|
|
Loading…
Reference in a new issue