
synth.exe: synth.cc main.cc
	gxx synth.cc main.cc -o	synth.exe -O2 -funroll-loops \
	-fno-exceptions	-fno-rtti -lalleg -s
