recurse: ignore links

This commit is contained in:
Connor Lane Smith
2011-06-04 14:30:54 +01:00
parent ad16c666dc
commit b5ff71655d
2 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
VERSION = 0.0
#CC = gcc
#CC = musl-gcc
CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)