blob: 8d544a2b019f6381f36428c6029539a34dfadc8c (
plain) (
blame)
1
2
3
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
test_creole: test_creole.c creole.c creole.h greatest.h
$(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole
|