mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-03 23:43:41 +01:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
|
include ../Make.inc
|
||
|
|
||
|
SRCS= invtrig.o k_cosl.o k_sinl.o k_tanl.o # s_exp2l.o s_nanl.o
|
||
|
|
||
|
all: $(SRCS)
|