update resume
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user