mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 15:29:34 +00:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
all: split_screen.pdf
|
|
|
|
split_screen.pdf: split_screen.tex
|
|
pdflatex split_screen.tex
|
|
pdflatex split_screen.tex
|
|
pdflatex split_screen.tex
|
|
|
|
clean:
|
|
rm -f *~ *.bak *.aux *.log *.out split_screen.pdf
|