add submission target to makefile
This commit is contained in:
12
Makefile
12
Makefile
@@ -4,7 +4,7 @@ PROJ = main
|
|||||||
TEXFILE = main.tex
|
TEXFILE = main.tex
|
||||||
PYTHON = python
|
PYTHON = python
|
||||||
|
|
||||||
all: pdf
|
all: pdf submission
|
||||||
|
|
||||||
# pdf: $(TEXFILE)
|
# pdf: $(TEXFILE)
|
||||||
# $(TEX) -shell-escape $<
|
# $(TEX) -shell-escape $<
|
||||||
@@ -19,16 +19,12 @@ pdf: $(TEXFILE) figures/kernels.pdf figures/mlfmm.pdf figures/cpu_matvec.pdf
|
|||||||
$(TEX) -shell-escape $<
|
$(TEX) -shell-escape $<
|
||||||
$(TEX) -shell-escape $<
|
$(TEX) -shell-escape $<
|
||||||
|
|
||||||
watch:
|
submission: pdf
|
||||||
$(info ************ WATCHING FOR CHANGES ************)
|
zip -r cem17.zip main.pdf figures/kernels.pdf figures/mlfmm.pdf figures/cpu_matvec.pdf
|
||||||
watchman watch $(shell pwd)
|
|
||||||
watchman -- trigger $(shell pwd) pyfiles 'figures/*.py' -- ls -l
|
|
||||||
unwatch:
|
|
||||||
$(info ************ CANCELLING WATCH ************)
|
|
||||||
watchman watch-del "$(shell pwd)"
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f \
|
rm -f \
|
||||||
|
cem17.zip \
|
||||||
$(TEXFILE:.tex=.pdf) \
|
$(TEXFILE:.tex=.pdf) \
|
||||||
$(TEXFILE:.tex=.aux) \
|
$(TEXFILE:.tex=.aux) \
|
||||||
$(TEXFILE:.tex=.log) \
|
$(TEXFILE:.tex=.log) \
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user