mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 01:55:32 +00:00
9a8690f9ae
svn path=/trunk/gtk-sharp/; revision=5718
6 lines
87 B
Makefile
6 lines
87 B
Makefile
all: todo.html
|
|
|
|
todo.html: todo.xml todo.xsl
|
|
xsltproc todo.xsl todo.xml > todo.html
|
|
|