diff options
-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 |