OpenLibm/ld128/Makefile

6 lines
123 B
Makefile
Raw Normal View History

2011-12-31 08:18:43 +01:00
include ../Make.inc
SRCS = invtrig.c k_cosl.c k_sinl.c k_tanl.c # s_nanl.c s_exp2l.c
2011-12-31 08:18:43 +01:00
all: $(patsubst %.c,%.c.o,$(SRCS))