This commit is contained in:
stryan 2021-03-31 16:32:33 -04:00
parent f5abee1c36
commit b448a91d55
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ guildgate: $(GOFILES)
clean:
rm -f guildgate
install:
install: guildgate
install -d $(DESTDIR)$(PREFIX)/bin
install -m 755 guildgate $(DESTDIR)$(PREFIX)/bin
install -d $(DESTDIR)$(PREFIX)/share/guildgate/templates