all: main
	echo All up to date

main: models.h main.c fake/vectrex.c
	cc -DLINUX -DDEBUG -iquote fake -o main main.c fake/vectrex.c
