15 lines
152 B
Makefile
15 lines
152 B
Makefile
|
|
||
|
CFLAGS = -O -I..
|
||
|
|
||
|
LIBRARIES = libc
|
||
|
|
||
|
libc_OBJECTS = \
|
||
|
frexp.o \
|
||
|
isinf.o \
|
||
|
isnan.o \
|
||
|
ldexp.o \
|
||
|
modf.o \
|
||
|
fphook.o \
|
||
|
|
||
|
include ../../Makefile.gnu.inc
|