summaryrefslogtreecommitdiff
path: root/ports/cproc/files/config.mk
blob: b58d14f8739cc7938795c454076ea396c4615e3b (plain)
1
2
3
4
5
PREFIX=/usr/
BINDIR=$(PREFIX)/bin
CC=cc
CFLAGS=-std=c99 -Wall -Wpedantic -Wno-parentheses -Wno-switch -g -pipe
LDFLAGS=