commit b11185acfee425bc9e5a2cc3c8a10cdd2f3a78d7 parent b140a8a0e418d5d0583df15655023e236be446f7 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 30 Jul 2019 14:15:31 +0200 Fix install location Diffstat:
M | .local/lib/watch/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/lib/watch/Makefile b/.local/lib/watch/Makefile @@ -5,7 +5,7 @@ OBJ = $(patsubst %.c,%.o,$(SRC)) HDR = $(wildcard *.h) BIN = ./watch -PREFIX ?= ~/.local/bin +PREFIX ?= ~/.local INSTALL ?= install STRIP ?= strip