Fix Makefile
This commit is contained in:
parent
cf0b593cef
commit
48708dcd1b
4
Makefile
4
Makefile
|
@ -12,9 +12,7 @@ clean:
|
||||||
-rm -f fetchy
|
-rm -f fetchy
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
install fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||||
cp -f fetchy $(DESTDIR)$(PREFIX)/bin
|
|
||||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/fetchy
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy
|
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||||
|
|
Loading…
Reference in a new issue