mirror of
https://git.overleaf.com/62b5935a0a2811a0714e8fe8
synced 2024-11-24 04:00:24 +00:00
6 lines
71 B
Makefile
6 lines
71 B
Makefile
all: jsys.tex
|
|
pdflatex jsys.tex
|
|
|
|
clean:
|
|
rm -rf *.aux *.log *.out *~*
|