mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
5 lines
123 B
Makefile
5 lines
123 B
Makefile
include ../Make.inc
|
|
|
|
SRCS = invtrig.c k_cosl.c k_sinl.c k_tanl.c # s_nanl.c s_exp2l.c
|
|
|
|
all: $(patsubst %.c,%.c.o,$(SRCS))
|