add ln, util.a

This commit is contained in:
Connor Lane Smith
2011-05-24 13:00:30 +01:00
parent 026e63c005
commit fbb80983ce
7 changed files with 98 additions and 7 deletions

View File

@@ -4,6 +4,8 @@ VERSION = 0.0
#CC = cc
CC = musl-gcc
AR = ar
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static