mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 14:33:38 +01:00
Update deps
This commit is contained in:
parent
440055a3b6
commit
419c14934d
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ include ../Make.inc
|
||||||
|
|
||||||
all: test-double test-float
|
all: test-double test-float
|
||||||
|
|
||||||
test-double: test-double.c
|
test-double: test-double.c libm-test.c
|
||||||
gcc $< -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
|
gcc $< -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
|
||||||
|
|
||||||
test-float: test-float.c
|
test-float: test-float.c libm-test.c
|
||||||
gcc $< -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
|
gcc $< -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue