all: sh4int.exe 

sh4int.exe: sh4int.o
	link /out:$@ /debug $^

%.o: %.c
	cl -W3 -Od -c -Fo$@ $<

clean:
	rm *.o









