zx_asmtest

view Makefile @ 0:34ec0f897aa3

interrupt handler works
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 19 Jan 2016 03:25:08 +0200
parents
children 04fc17db12e6
line source
1 tap = test.tap
3 ASFLAGS = --alocal
5 $(tap): test.asm
6 pasmo $(ASFLAGS) --tapbas $< $@
8 .PHONY: run
9 run: $(tap)
10 fuse-sdl $(tap)