sbase/config.mk

10 lines
151 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
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static