cog/Frameworks/libsidplay/sidplay-residfp-code/.svn/pristine/6b/6b59e6852b64752e58711d14508...

11 lines
109 B
Plaintext

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