diff options
| author | 2023-02-25 21:01:03 +0000 | |
|---|---|---|
| committer | 2023-02-25 21:01:03 +0000 | |
| commit | 09d636c02cdbb13d10f1435d918cc36116715fc4 (patch) | |
| tree | c7099a6c49ffa4521e144c5ed5a19186d08ec1ec /Makefile | |
| parent | get rid of unused lablen (diff) | |
export creole_decode; add db test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ asm/libcreole.so: creole.c creole.h test_asm: asm/libcreole.so cd asm && python3 test.py -f 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 + $(CC) creole.c c_test/encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o c_test/encode_decode # c_test/encode_decode c_test/creole: c_test/creole.c creole.c creole.h c_test/greatest.h $(CC) -g c_test/creole.c -Wall -pedantic -std=c89 -o c_test/creole |
