From dbc92c92d5b6f5e8f7c18e1a3a90a8474a4fed03 Mon Sep 17 00:00:00 2001 From: knotteye Date: Fri, 16 Apr 2021 22:22:31 -0500 Subject: [PATCH] Add install target to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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