aboutsummaryrefslogtreecommitdiff
path: root/notes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'notes/Makefile')
-rwxr-xr-xnotes/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/Makefile b/notes/Makefile
new file mode 100755
index 0000000..4f8bc00
--- /dev/null
+++ b/notes/Makefile
@@ -0,0 +1,11 @@
+default: build
+
+build:
+ ls target || mkdir target
+ cp *tex target
+ cp -r images target
+ cd target && xelatex paper.tex
+clean:
+ rm -rf target
+read:
+ zathura target/paper.pdf&