diff options
author | Case Duckworth | 2020-05-02 20:57:38 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-02 20:57:38 -0500 |
commit | 3212874678626df64da1c69bfd6e0b3693c920d7 (patch) | |
tree | 2de7836c1c56dbcf5b026497b911bfda07ebe39e | |
parent | Add Makefile (diff) | |
download | licensor-3212874678626df64da1c69bfd6e0b3693c920d7.tar.gz licensor-3212874678626df64da1c69bfd6e0b3693c920d7.zip |
Quote
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index ac4fc9c..6f7723b 100644 --- a/Makefile +++ b/Makefile | |||
@@ -5,8 +5,8 @@ PREFIX ?= /usr | |||
5 | .PHONY: def install uninstall | 5 | .PHONY: def install uninstall |
6 | 6 | ||
7 | def: | 7 | def: |
8 | @echo "run make install to install" | 8 | @echo "run 'make install' to install" |
9 | @echo "run make uninstall to uninstall" | 9 | @echo "run 'make uninstall' to uninstall" |
10 | 10 | ||
11 | install: licenser | 11 | install: licenser |
12 | install -D $< $(DESTDIR)$(PREFIX)/bin | 12 | install -D $< $(DESTDIR)$(PREFIX)/bin |