sbase/config.mk
Connor Lane Smith 8e26716a5a initial commit
2011-05-23 02:36:34 +01:00

10 lines
151 B
Makefile

# sbase version
VERSION = 0.0
CC = cc
#CC = musl-gcc
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static