sbase/config.mk

12 lines
161 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 12:00:30 +00:00
AR = ar
2011-05-23 01:36:34 +00:00
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static