mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
add install target to Makefile and corresponding prefix variable to config.mk
This commit is contained in:
parent
44ef698d6e
commit
9578816487
2 changed files with 8 additions and 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue