update resume

This commit is contained in:
2019-09-11 15:43:11 +08:00
parent 99def57f4b
commit d391f61045
12 changed files with 349 additions and 143 deletions
+2 -1
View File
@@ -19,9 +19,10 @@ coverletter.pdf: $(EXAMPLES_DIR)/coverletter.tex
$(CC) -output-directory=$(EXAMPLES_DIR) $<
watch:
make resume.pdf ;\
inotifywait -m -e modify ./examples/resume/ ./examples/resume.tex ./awesome-cv.cls | \
while read; do \
make resume.pdf ; \
make resume.pdf ;\
done
#inotifywait --event MODIFY -q -r *.h tests @*.o;