diff --git a/projects/project_input_resistance/Makefile b/projects/project_input_resistance/Makefile new file mode 100644 index 0000000..3befd71 --- /dev/null +++ b/projects/project_input_resistance/Makefile @@ -0,0 +1,10 @@ +latex: + pdflatex *.tex > /dev/null + pdflatex *.tex > /dev/null + +clean: + rm -rf *.log *.aux *.out auto + rm -f `basename *.tex .tex`.pdf + +zip: latex + zip `basename *.tex .tex`.zip *.pdf *.dat *.mat