aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-07 05:25:30 +0000
committerGravatar Peter McGoron 2023-02-07 05:25:30 +0000
commitdf4b2e3b3f18992c58aaadf2efa8975820223308 (patch)
tree5794bb41ed8dc66c398ef7ffdd9fb0de1f8e39b8 /Makefile
parentfixing precedence issue in test (diff)
openmp parallelized encoding testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b34dfb..8d544a2 100644
--- a/Makefile
+++ b/Makefile
@@ -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