diff options
author | Nova li Gensokyo <novaburst@kalli.st> | 2021-12-05 17:20:02 +0000 |
---|---|---|
committer | Nova li Gensokyo <novaburst@kalli.st> | 2021-12-05 17:20:02 +0000 |
commit | 03f80f481692bf7fca7673e8f60bd48c4888b2a6 (patch) | |
tree | c5cc7d997adb62f5c65734d4b90f6b76fcf676ea /makefile | |
parent | aa20a2b4ad6326e2b05f27416779e901c6f9016a (diff) | |
download | ayu-03f80f481692bf7fca7673e8f60bd48c4888b2a6.tar.gz |
His heart was yours from the first moment that you met.
Diffstat (limited to '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..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 |