diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2024-01-26 17:19:38 +0100 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2024-01-26 20:59:01 +0100 |
| commit | f36e404515517f735977f3b8d84652a0b43f437b (patch) | |
| tree | f09df84090e1f43c75a3d7b35b430e48d70b198d | |
| parent | 9e0161b4ee8fea7d4b7a318935421b858189c676 (diff) | |
Add Makefile
| -rw-r--r-- | Makefile | 7 |
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 |
