mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-18 08:08:11 +02:00
11 lines
131 B
Makefile
11 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 :
|