sbase/config.mk
Connor Lane Smith fbb80983ce add ln, util.a
2011-05-24 13:00:30 +01:00

12 lines
160 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