figures
This commit is contained in:
8
Makefile
8
Makefile
@@ -15,6 +15,14 @@ pdf: $(TEXFILE)
|
||||
$(TEX) -shell-escape $<
|
||||
$(TEX) -shell-escape $<
|
||||
|
||||
watch:
|
||||
$(info ************ WATCHING FOR CHANGES ************)
|
||||
watchman watch $(shell pwd)
|
||||
watchman -- trigger $(shell pwd) pyfiles 'figures/*.py' -- ls -l
|
||||
unwatch:
|
||||
$(info ************ CANCELLING WATCH ************)
|
||||
watchman watch-del "$(shell pwd)"
|
||||
|
||||
clean:
|
||||
rm -f \
|
||||
$(TEXFILE:.tex=.pdf) \
|
||||
|
Reference in New Issue
Block a user