mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-05-30 15:35:12 +02:00
5 lines
80 B
Makefile
5 lines
80 B
Makefile
include ../Make.inc
|
|
|
|
SRCS= b_exp.c.o b_log.c.o b_tgamma.c.o
|
|
|
|
all: $(SRCS)
|