# Makefile for 'vwin.exe' emx+gcc
vwin.exe: vwin.c
	gcc -o vwin.exe vwin.c -Zomf -Zsys
