summaryrefslogtreecommitdiff
path: root/old/spc700/Makefile.win
blob: 06095b0eb1c14fa7870704bb6fc66b199dd3c2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile for MS Visual C

ALL : spc700a.s

spc700a.s : spcgen.exe
	spcgen.exe

spcgen.exe :
	cl /W3 spcgen.c


CLEAN :
	-@erase spc700a.s
	-@erase spcgen.exe
	-@erase spcgen.obj