summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2024-01-26 17:19:38 +0100
committerTimotej Lazar <timotej.lazar@araneo.si>2024-01-26 20:59:01 +0100
commitf36e404515517f735977f3b8d84652a0b43f437b (patch)
treef09df84090e1f43c75a3d7b35b430e48d70b198d
parent9e0161b4ee8fea7d4b7a318935421b858189c676 (diff)
Add Makefile
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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