gcc -c  -o mathlib.o mathlib.c
gcc -c -o brush.o brush.c
gcc -c -o io.o io.c
gcc -c -o token.o token.c
gcc -c  -o readmap.o readmap.c
gcc -o readmap -lm brush.o io.o token.o mathlib.o readmap.o


