mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 21:00:10 +01:00
7 lines
126 B
Makefile
7 lines
126 B
Makefile
PROJ=tutorial
|
|
|
|
all: ${PROJ}.xml
|
|
svgslides $^
|
|
|
|
clean:
|
|
rm -f ${PROJ}-index.xml index.html ${PROJ}-???.html ${PROJ}-???.svg *~
|