aboutsummaryrefslogtreecommitdiff
path: root/indev/psn00bdbg-mk2/monitor/makefile
blob: 077fc550ceef38bad9c33eed3e67e482e624f61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
patch.bin: patchinst.bin
	copy /B patchinst.bin+patchcode.bin patch.bin

patchinst.bin: monitor.asm cmdefs.inc sio.inc
	armips -temp monitor.lst monitor.asm 
	
clean: .SYMBOLIC
	del patch.bin
	del patchinst.bin
	del patchcode.bin