mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-29 05:34:29 +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
|