aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9517c1e..109a35f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
CFLAGS ?= -g -O2 -W -Wall -std=c99 -D_POSIX_C_SOURCE=2
+DESTDIR ?= /usr/local
pw:
clean: ; rm -f pw
+install: ; install pw $(DESTDIR)/bin/pw