
tads2root = ${XTADS_TADS_DEV_ROOT}/tads2

default: xtads_trad_sl_clearscreen.t.gam

xtads_trad_sl_clearscreen.t.gam: xtads_trad_sl_clearscreen.t makefile
	tadsc -mp 30000 -i ${tads2root} -o xtads_trad_sl_clearscreen.t.gam xtads_trad_sl_clearscreen.t


