From f36e404515517f735977f3b8d84652a0b43f437b Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 26 Jan 2024 17:19:38 +0100 Subject: [PATCH] Add Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c6fc2b9 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +PREFIX ?= /usr/local + +install: + install -d $(PREFIX)/bin + install -m 755 marginaltool $(PREFIX)/bin + install -d $(PREFIX)/share/applications + install -m 644 marginaltool.desktop $(PREFIX)/share/applications