1 # Makefile for VirtualNascom
3 # CC must be an ANSI-C compiler
6 # full speed or debugging to taste
11 CFLAGS
=$(OPTIMIZE
) $(WARN
) $(shell sdl-config
--cflags)
13 virtualnascom
: virtualnascom.o font.o simz80.o
14 $(CC
) $(CWARN
) $(shell sdl-config
--libs
) $^
-o
$@