From 62273a7f19f8ac29ba22ca5015022a252542cde7 Mon Sep 17 00:00:00 2001
From: Jan Grewe <jan.grewe@g-node.org>
Date: Sat, 21 Jan 2017 18:42:07 +0100
Subject: [PATCH] remove *.zip from clean target

---
 projects/project_input_resistance/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 projects/project_input_resistance/Makefile

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