diff options
author | C. McEnroe | 2020-05-27 12:01:49 -0400 |
---|---|---|
committer | C. McEnroe | 2020-05-27 12:01:49 -0400 |
commit | 287cd3c63cc25c7d2e496815094a615ff1c57fde (patch) | |
tree | 6bd749fc4a96487d0d8dd3e02fa0e0cfaac20603 /Makefile | |
parent | 88e2197a8f3272abbdc9a322806a7bdc9fff2daa (diff) |
Inherit PREFIX and MANDIR from env 1.0
Oops.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index f5c9854..8bf93ab 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PREFIX = /usr/local -MANDIR = ${PREFIX}/share/man +PREFIX ?= /usr/local +MANDIR ?= ${PREFIX}/share/man CFLAGS += -I${PREFIX}/include LDFLAGS += -L${PREFIX}/lib |