all: takeoff
	echo all up to date

takeoff: tables.h takeoff.c
	cc -Wno-discarded-qualifiers -o takeoff takeoff.c
	./takeoff
