Add install target to makefile

develop
knotteye 2021-04-16 22:22:31 -05:00
parent f2b7c2ffec
commit dbc92c92d5
1 changed files with 4 additions and 1 deletions

View File

@ -26,3 +26,6 @@ pack:
clean: clean:
rm -r dist || true rm -r dist || true
install:
install dist/plchat $(PREFIX)/bin