mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Makefile for bsdsrc
This commit is contained in:
parent
2cd51ea4d5
commit
265f411818
1 changed files with 5 additions and 0 deletions
5
bsdsrc/Makefile
Normal file
5
bsdsrc/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
include ../Make.inc
|
||||
|
||||
SRCS= b_exp.o b_log.o b_tgamma.o
|
||||
|
||||
all: $(SRCS)
|
Loading…
Reference in a new issue