summaryrefslogtreecommitdiff
path: root/4init/config.mk
blob: acec08c912399b8067e4b10509fb36603a12317f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PREFIX   = /usr/local
BINDIR   = $(PREFIX)/sbin

CC       = tcc

CFLAGS   = -Wall -Werror
CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700

LDFLAGS  = 
# if you are on musl libc, or any other non-shitty, gnu infested libc, I highly suggest enabling static linking
# LDFLAGS  = -static