about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-05-02 20:57:38 -0500
committerCase Duckworth2020-05-02 20:57:38 -0500
commit3212874678626df64da1c69bfd6e0b3693c920d7 (patch)
tree2de7836c1c56dbcf5b026497b911bfda07ebe39e
parentAdd Makefile (diff)
downloadlicensor-3212874678626df64da1c69bfd6e0b3693c920d7.tar.gz
licensor-3212874678626df64da1c69bfd6e0b3693c920d7.zip
Quote
-rw-r--r--Makefile4
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
7def: 7def:
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
11install: licenser 11install: licenser
12 install -D $< $(DESTDIR)$(PREFIX)/bin 12 install -D $< $(DESTDIR)$(PREFIX)/bin