2023-02-07 00:25:30 -05:00
|
|
|
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
|
2023-02-05 06:44:37 -05:00
|
|
|
test_creole: test_creole.c creole.c creole.h greatest.h
|
2023-02-06 23:38:39 -05:00
|
|
|
$(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole
|