sbase/config.mk

10 lines
164 B
Makefile
Raw Normal View History

2011-05-23 01:36:34 +00:00
# sbase version
VERSION = 0.0
2011-05-23 18:00:31 +00:00
#CC = cc
#CC = musl-gcc
2011-05-23 01:36:34 +00:00
2011-05-24 18:22:28 +00:00
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
2011-05-23 01:36:34 +00:00
LDFLAGS = -s -static