From 40716242c3fcadc6bc9d5a862f674286b9c07cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BB?= Date: Sun, 17 Feb 2019 12:57:31 +0000 Subject: [PATCH] Add Makefile --- Makefile | 13 +++++++++++++ README.md | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7496a18 --- /dev/null +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index fb4b35f..bafaad8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ - ```mpc``` ## Installation +```sudo make install``` + +**OR** + Add ```kunst``` to a directory which is in you ```$PATH``` **OR**