Ryujinx-GtkSharp/todo/Makefile

6 lines
87 B
Makefile
Raw Normal View History

all: todo.html
todo.html: todo.xml todo.xsl
xsltproc todo.xsl todo.xml > todo.html