add test.c (thanks Random832)

This commit is contained in:
Connor Lane Smith
2011-11-08 19:35:38 +01:00
parent 4104affcbd
commit cb291cc394
3 changed files with 125 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -Wextra -pedantic $(CPPFLAGS)
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -static #-s
#CC = tcc