creole/Makefile

5 lines
266 B
Makefile
Raw Normal View History

2023-02-07 00:25:30 -05:00
test_encode_decode: test_encode_decode.c creole.c creole.h
2023-02-07 01:19:40 -05:00
$(CC) test_encode_decode.c -Wall -pedantic -std=c89 -g -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