# TI-99/sim Makefile

all: ti99sim

ifdef WIN32
include Makefile.win32
else
include Makefile.linux
endif

