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

11 lines
109 B
Makefile

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