[projects] add random-walk project

This commit is contained in:
2017-01-21 16:54:35 +01:00
parent 64161be6a8
commit 6710224e30
4 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
latex:
pdflatex *.tex > /dev/null
pdflatex *.tex > /dev/null
clean:
rm -rf *.log *.aux *.zip *.out auto
rm -f `basename *.tex .tex`.pdf
zip: latex
zip `basename *.tex .tex`.zip *.pdf *.dat *.mat