Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 927 → Rev 1689

/shark/trunk/libc/stdlib/makefile
File deleted
/shark/trunk/libc/stdlib/Makefile
0,0 → 1,13
targets:= \
abort.o \
atexit.o \
calloc.o \
free.o \
malloc.o \
realloc.o \
strtod.o \
strtol.o \
strtoul.o \
qsort.o \
bsearch.o