mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
5 lines
74 B
Makefile
5 lines
74 B
Makefile
include ../Make.inc
|
|
|
|
SRCS= b_exp.o b_log.o b_tgamma.o
|
|
|
|
all: $(SRCS)
|