min_pe.exe: pe.py
	./$< $@
	chmod 755 $@
pe.exe: pe.c
	gcc -mno-cygwin -o $@ $<
doc:
	cd ~/shared_documents && cmd /c pecoff_v8.doc
