CFLAGS=-Wall -g3 gcodetool: main.o gcode.o mirror.o move.o info.o $(CC) $^ -lm -o $@ static: CC+=-static static: gcodetool