diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
![]() |
index : pw | |
Pipe Watch utility | kaz@kylheku.com |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -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 |