sbase/config.mk
Connor Lane Smith a9c970b973 add mkfifo
2011-05-25 11:00:15 +01:00

10 lines
164 B
Makefile

# sbase version
VERSION = 0.0
#CC = cc
#CC = musl-gcc
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static