Update Makefile
This commit is contained in:
parent
0889217d75
commit
45cd9425fc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ clean:
|
||||||
-rm -f fetchy
|
-rm -f fetchy
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
|
install -Dm755 fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy
|
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||||
|
|
Loading…
Add table
Reference in a new issue