diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-14 01:41:41 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-14 01:41:41 +0000 |
| commit | 76a353e1b1b7e85d186785866e8250e5bfc42a24 (patch) | |
| tree | ef013628aa1da7e86c3dbd7fab44ce0eb65ce473 | |
| parent | 284ea3a8fd89dc882cba39be40e69066ac312b09 (diff) | |
Adding Makefile
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e97ddc9 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +default: target\ + target/main.pdf +target: + mkdir target +target/main.pdf: images/ papers/ main.tex + cp -r $^ target/ + cd target &&\ + pdflatex main.tex &&\ + pdflatex main.tex &&\ + pdflatex main.tex |
