diff options
| author | 2023-02-08 04:15:54 +0000 | |
|---|---|---|
| committer | 2023-02-08 04:15:54 +0000 | |
| commit | 606814c4c079fc51102d4aa69079bbfb67b6f4b0 (patch) | |
| tree | 5b93e620d5d3d2f88a4d3df81547553cc3c7701f /Makefile | |
| parent | move tests (diff) | |
python ffi: test parsing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
