mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:35:33 +00:00
3f0273bece
* */makefile.win32 : remove api dir from build and fix clean target svn path=/trunk/gtk-sharp/; revision=18864
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
all: windows
|
|
|
|
windows: *.cs
|
|
$(CSC) /unsafe /out:codegen.exe *.cs
|
|
|
|
clean:
|
|
rm -f codegen.exe
|
|
|