mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
|
|
include ../config.mk
|
||
|
|
|
||
|
|
all : main.pdf
|
||
|
|
|
||
|
|
main.pdf : main.tex
|
||
|
|
pdflatex main.tex
|
||
|
|
|
||
|
|
clean :
|
||
|
|
rm -f main.pdf main.aux main.log
|