mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 07:25:41 +00:00
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
|
all: windows
|
||
|
|
||
|
windows: *.cs
|
||
|
$(CSC) /unsafe /out:gapi-fixup.exe gapi-fixup.cs
|
||
|
|
||
|
clean:
|
||
|
rm -f gapi-fixup.exe
|
||
|
|