
# Compilation of cconvert using GNU gcc
# (you can run this as a shell script)

gcc -o cconvert -lm -O3 *.c

