diff options
author | Nova li Gensokyo <novaburst@kalli.st> | 2021-12-05 23:31:47 +0000 |
---|---|---|
committer | Nova li Gensokyo <novaburst@kalli.st> | 2021-12-05 23:31:47 +0000 |
commit | 7495ce54348be1c9524569f8895de538c5c4bf16 (patch) | |
tree | 5f45b6a28160ae63e03cdb9df414112069695699 /makefile | |
parent | 0c9f8e038bc58989d511213569b071983d3b8824 (diff) | |
download | ayu-7495ce54348be1c9524569f8895de538c5c4bf16.tar.gz |
There is no problem so simple that management can fix it. - Dave Presotto
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile index c7e1edd..5ead151 100644 --- a/makefile +++ b/makefile @@ -3,5 +3,7 @@ prefix ?= /usr/local install: install -Dm0755 ayu $(destdir)$(prefix)/bin/ayu + install -Dm0644 ayu.mdoc $(destdir)$(prefix)/share/man/man1/ayu.1 uninstall: rm -f $(destdir)$(prefix)/bin/ayu + rm -f $(destdir)$(prefix)/share/man/man1/ayu.1 |