Cog/Frameworks/libsidplay/sidplay-residfp-code/combined-waveforms/old/Makefile

11 lines
109 B
Makefile
Raw Normal View History

2014-12-08 03:26:31 -03:00
.phony: all clean
all: combined.exe
clean:
rm -f combined.exe
%.exe: %.cs
gmcs -optimize -d:DEBUG "$<"