Ryujinx-GtkSharp/generator/makefile.win32

9 lines
94 B
Plaintext
Raw Normal View History

all: windows
windows: *.cs
$(CSC) /unsafe /out:codegen.exe *.cs
clean:
rm -f codegen.exe