SOURCES=system32.asm

system32.v2s: $(SOURCES)
	nasm -f bin -o system32.v2s system32.asm
