sbase/config.mk
Connor Lane Smith a07ea108ad c99
2011-05-24 19:14:46 +01:00

12 lines
170 B
Makefile

# sbase version
VERSION = 0.0
#CC = cc
#CC = musl-gcc
AR = ar
CPPFLAGS = -D_POSIX_C_SOURCE=2
CFLAGS = -Os -std=c99 -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static