This commit is contained in:
Connor Lane Smith
2011-05-29 21:30:44 +01:00
parent 6427386b02
commit 430b453c4d
4 changed files with 125 additions and 6 deletions

View File

@@ -1,9 +1,15 @@
# sbase version
VERSION = 0.0
#CC = cc
#CC = gcc
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static
#CC = tcc
#LD = $(CC)
#CPPFLAGS = -D_POSIX_C_SOURCE=200112L
#CFLAGS = -Os -Wall $(CPPFLAGS)
#LDFLAGS =