aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: dc6c3c2d080be2e8e9c3596bb446eb9f91206df8 (plain) (blame)
1
2
3
4
c_test/encode_decode: c_test/encode_decode.c creole.c creole.h
	$(CC) c_test/encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o c_test/encode_decode
c_test/creole: c_test/creole.c creole.c creole.h greatest.h
	$(CC) -g c_test/creole.c -Wall -pedantic -std=c89 -o c_test/creole