Ryujinx-GtkSharp/doc/makefile

10 lines
203 B
Makefile
Raw Normal View History

include makefile.common
MCS=mcs
$(stage2_files): %stage2.xml: %stage1.xml introspect.exe
mono introspect.exe $< $@
introspect.exe: introspect.cs
$(MCS) -o introspect.exe -r System.Xml introspect.cs