diff options
author | Keating950 <keating.reid@protonmail.com> | 2020-11-22 12:58:49 -0500 |
---|---|---|
committer | Keating950 <keating.reid@protonmail.com> | 2020-11-22 12:58:49 -0500 |
commit | 95788164874890ec99dbc23a4e460b1781cc7be3 (patch) | |
tree | f7ae0c7da5b443d1e76b28564d2a0b2fda3a6de8 /config.mk | |
parent | 44ef698d6ef48a41b0df7c4c47d8b880efdbdf33 (diff) |
add install target to Makefile and corresponding prefix variable to config.mk
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# paths +PREFIX = /usr/local + # Default compile flags (overridable by environment) CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function |