aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-08 04:15:54 +0000
committerGravatar Peter McGoron 2023-02-08 04:15:54 +0000
commit606814c4c079fc51102d4aa69079bbfb67b6f4b0 (patch)
tree5b93e620d5d3d2f88a4d3df81547553cc3c7701f /Makefile
parentmove tests (diff)
python ffi: test parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc6c3c2..343c3a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+asm/libcreole.so: creole.c creole.h
+ $(CC) -Wall -fPIC -c creole.c -o c_test/creole.o
+ $(CC) -shared -o asm/libcreole.so c_test/creole.o
+
c_test/encode_decode: c_test/encode_decode.c creole.c creole.h
$(CC) c_test/encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o c_test/encode_decode
c_test/creole: c_test/creole.c creole.c creole.h greatest.h