all:	unmbox.exe

unmbox.exe:	unmbox.c
	gcc -Zsys -Zomf -o unmbox.exe unmbox.c -O3 -Wall
