mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01: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)
|