diff --git a/Makefile b/Makefile index 2a70639..04d1acb 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,7 @@ pack: cp unread.svg dist clean: - rm -r dist || true \ No newline at end of file + rm -r dist || true + +install: + install dist/plchat $(PREFIX)/bin \ No newline at end of file