4219a407ae
Some day we can make this parse X cursor themes
12 lines
131 B
Makefile
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 :
|