sbase/config.mk

12 lines
161 B
Makefile
Raw Normal View History

2011-05-22 21:36:34 -04:00
# sbase version
VERSION = 0.0
2011-05-23 14:00:31 -04:00
#CC = cc
#CC = musl-gcc
2011-05-22 21:36:34 -04:00
2011-05-24 08:00:30 -04:00
AR = ar
2011-05-22 21:36:34 -04:00
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static