sbase/config.mk
pancake da547fb294 add missing #include <getopt.h>
do not override CC in config.mk
2011-05-24 14:34:26 +02:00

12 lines
161 B
Makefile

# sbase version
VERSION = 0.0
#CC = cc
#CC = musl-gcc
AR = ar
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static