Ryujinx-GtkSharp/generator/makefile.win32
Mike Kestner 3f0273bece 2003-10-10 Mike Kestner <mkestner@ximian.com>
* */makefile.win32 : remove api dir from build and fix clean target

svn path=/trunk/gtk-sharp/; revision=18864
2003-10-10 18:58:19 +00:00

9 lines
94 B
Plaintext

all: windows
windows: *.cs
$(CSC) /unsafe /out:codegen.exe *.cs
clean:
rm -f codegen.exe