mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 02:55:33 +00:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
all: windows
|
||
|
|
||
|
windows:
|
||
|
$(CSC) /unsafe /nowarn:0660,0661 /target:library /out:gtk-dotnet.dll /recurse:*.cs
|
||
|
|
||
|
clean:
|
||
|
rm -f *.dll
|