Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 47 → Rev 46

/shark/trunk/libc/stdlib/makefile
21,9 → 21,7
realloc.c \
strtod.c \
strtol.c \
strtoul.c \
qsort.c \
bsearch.c
strtoul.c
 
 
OBJS= $(patsubst %.c,%.o,$(SRCS))