diff options
author | Keating950 <keating.reid@protonmail.com> | 2020-11-22 12:58:49 -0500 |
---|---|---|
committer | Guido Cella <guido@guidocella.xyz> | 2020-12-19 18:45:49 +0100 |
commit | 05883b7b2f823cf292b2f27b8ee2c542e6a8eaa7 (patch) | |
tree | 6fdea3d95609331ca7f3fa5f4643b7e7686fbb98 /config.mk | |
parent | feeacc88c41653937a2698fcb39a455cd41c44d8 (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 |