aboutsummaryrefslogtreecommitdiff
path: root/src/col80_modified/Makefile
blob: 4f3a9c6dd7c673fd1fa7074146eb14ac3b97899f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

all: col80_hacked.xex

col80_hacked.xex: col80_hacked.dasm
	dasm col80_hacked.dasm -ocol80_hacked.xex -f3
	binload -h col80_hacked.xex

clean:
	rm -f col80_hacked.xex

test:
	cp dos_20s.atr test.atr
	cp col80_hacked.xex autorun.sys
	axe -w autorun.sys test.atr
	atari800 -nobasic test.atr