about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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