all: draft4
	echo All up to date

draft4: actions.h  boardgfx.h  cartridge.c  controller.h  decls.h  diags.h  draft4.h  headers.h  init.h  intro.h  main.c  Makefile  messages.h vectrex.h vectrex.c
	cc -O1 -fno-gcse -fverbose-asm -W -Wall -Wextra -Wconversion -Werror -fomit-frame-pointer -fno-toplevel-reorder -std=gnu99 -fstack-check -fno-time-report -o draft4 -DLINUX *.c -I.

# cc: error: unrecognized command line option ‘-quiet’
# cc: error: unrecognized command line option ‘-mint8’
# cc: error: unrecognized command line option ‘-msoft-reg-count=0’
