diff options
| author | 2023-02-07 06:19:40 +0000 | |
|---|---|---|
| committer | 2023-02-07 06:19:40 +0000 | |
| commit | 72395822512cb3b7ef590e772dbe0c046c999249 (patch) | |
| tree | a7611e16491af407fb51081178740cb545a451a0 /Makefile | |
| parent | test_encode_decode: add messages (diff) | |
test encode and decode
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ test_encode_decode: test_encode_decode.c creole.c creole.h - $(CC) test_encode_decode.c -Wall -pedantic -std=c89 -O2 -fopenmp -o test_encode_decode + $(CC) test_encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o test_encode_decode test_creole: test_creole.c creole.c creole.h greatest.h $(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole |
