Update Makefile

This commit is contained in:
Petar Kapriš 2021-05-30 20:02:47 +00:00
parent 0889217d75
commit 45cd9425fc

View file

@ -12,7 +12,7 @@ clean:
-rm -f fetchy
install: all
install fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
install -Dm755 fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
uninstall:
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy