diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-09 19:07:24 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-09 19:07:24 +0100 |
| commit | cedb3eb5a58241d9d6079f07d5cd40e8ef81007d (patch) | |
| tree | e5fb669e605395b18bb804d2493527bf671c5293 /notes/Makefile | |
Initial commit. Started notes and data rep test.
Diffstat (limited to 'notes/Makefile')
| -rwxr-xr-x | notes/Makefile | 11 |
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& |
