/Makefile
CSLIBS = -debug -pkg:gtk-sharp-2.0 objects = VFSEncoder.cs EncoderProfile.cs all: VFSEncoder.exe package: VFSEncoder.zip VFSEncoder.exe: $(objects) gmcs $(CSLIBS) $^ -out:$@ VFSEncoder.zip: VFSEncoder.exe profiles.txt zip -9r VFSEncoder.zip VFSEncoder.exe profiles.txt