From eb51fcb547be06ca8852ba04f83c0dbc4c6c7f9f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 27 Apr 2022 23:41:59 -0700 Subject: build: install target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3