diff options
| author | 2023-02-07 05:25:30 +0000 | |
|---|---|---|
| committer | 2023-02-07 05:25:30 +0000 | |
| commit | df4b2e3b3f18992c58aaadf2efa8975820223308 (patch) | |
| tree | 5794bb41ed8dc66c398ef7ffdd9fb0de1f8e39b8 /Makefile | |
| parent | fixing precedence issue in test (diff) | |
openmp parallelized encoding testing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +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 test_creole: test_creole.c creole.c creole.h greatest.h $(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole |
