about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorNova li Gensokyo <novaburst@kalli.st>2021-12-05 17:20:02 +0000
committerNova li Gensokyo <novaburst@kalli.st>2021-12-05 17:20:02 +0000
commit03f80f481692bf7fca7673e8f60bd48c4888b2a6 (patch)
treec5cc7d997adb62f5c65734d4b90f6b76fcf676ea /makefile
parentaa20a2b4ad6326e2b05f27416779e901c6f9016a (diff)
downloadayu-03f80f481692bf7fca7673e8f60bd48c4888b2a6.tar.gz
His heart was yours from the first moment that you met.
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..c7e1edd
--- /dev/null
+++ b/makefile
@@ -0,0 +1,7 @@
+destdir ?=
+prefix ?= /usr/local
+
+install:
+	install -Dm0755 ayu $(destdir)$(prefix)/bin/ayu
+uninstall:
+	rm -f $(destdir)$(prefix)/bin/ayu