Cog/Frameworks/libsidplay/sidplay-residfp-code/combined-waveforms/old/Makefile
2014-12-07 22:26:31 -08:00

10 lines
109 B
Makefile

.phony: all clean
all: combined.exe
clean:
rm -f combined.exe
%.exe: %.cs
gmcs -optimize -d:DEBUG "$<"