mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 05:55:36 +00:00
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
|
all: windows
|
||
|
|
||
|
windows: *.cs
|
||
|
$(CSC) /unsafe /out:codegen.exe *.cs
|
||
|
./codegen gtkapi.xml
|
||
|
|