weston/spec/Makefile
Kristian Høgsberg 4219a407ae Add DMZ cursor theme
Some day we can make this parse X cursor themes
2010-08-16 16:43:50 -04:00

12 lines
131 B
Makefile

include ../config.mk
all : main.pdf
main.pdf : main.tex
pdflatex main.tex
clean :
rm -f main.pdf main.aux main.log
install :