Add Makefile
This commit is contained in:
parent
0913a79a1b
commit
40716242c3
|
@ -0,0 +1,13 @@
|
|||
DEST ?= /usr/bin
|
||||
|
||||
all:
|
||||
@echo Run \'make install\' to install kunst on your device
|
||||
|
||||
install:
|
||||
@cp kunst $(DEST)/kunst
|
||||
@chmod 755 $(DEST)/kunst
|
||||
@echo Kunst has been installed on your device
|
||||
|
||||
uninstall:
|
||||
@rm -rf $(DEST)/kunst
|
||||
@echo Kunst has been removed from your device
|
Loading…
Reference in New Issue