Files
sbase/config.mk

12 lines
170 B
Makefile
Raw Normal View History

2011-05-23 02:36:34 +01:00
# sbase version
VERSION = 0.0
2011-05-23 19:00:31 +01:00
#CC = cc
#CC = musl-gcc
2011-05-23 02:36:34 +01:00
2011-05-24 13:00:30 +01:00
AR = ar
2011-05-24 19:14:46 +01:00
CPPFLAGS = -D_POSIX_C_SOURCE=2
CFLAGS = -Os -std=c99 -Wall -pedantic $(CPPFLAGS)
2011-05-23 02:36:34 +01:00
LDFLAGS = -s -static