mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +00:00
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
|
||
|
|