mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 09:05:36 +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
|