Add install target to makefile

develop
knotteye 3 years ago
parent f2b7c2ffec
commit dbc92c92d5
  1. 3
      Makefile

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