mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-17 03:30:28 +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
|