mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Initial file
This commit is contained in:
parent
6e33b6b26f
commit
cb62cadf97
1 changed files with 3 additions and 0 deletions
3
tests/experimental/Makefile
Normal file
3
tests/experimental/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
fac-test: fac-test.c
|
||||||
|
cc fac-test.c -O2 -fPIC -Wall -I/usr/local/include -L/usr/local/lib -Wl,--export-dynamic -c -o fac-test.o
|
||||||
|
cc fac-test.o /usr/local/share/cyclone/scheme/cyclone/common.o /usr/local/share/cyclone/scheme/base.o /usr/local/share/cyclone/scheme/write.o -pthread -lcyclone -lck -lm -ltommath -ldl -O2 -fPIC -Wall -I/usr/local/include -L/usr/local/lib -Wl,--export-dynamic -o fac-test
|
Loading…
Add table
Reference in a new issue