add install target to Makefile and corresponding prefix variable to config.mk

This commit is contained in:
Keating950 2020-11-22 12:58:49 -05:00 committed by Guido Cella
parent feeacc88c4
commit 05883b7b2f
2 changed files with 8 additions and 0 deletions

View file

@ -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