Add Makefile
This commit is contained in:
parent
9e0161b4ee
commit
f36e404515
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue