better control of qr genration

This commit is contained in:
2020-02-01 16:32:30 -06:00
parent 9c37ed5960
commit 18422f8d65
3 changed files with 19 additions and 6 deletions

View File

@@ -9,9 +9,9 @@ default: $(TARGET)
$(TARGET): $(INPUT) Makefile $(QR)
$(TEX) $< && $(TEX) $<
$(QR): event.txt
cat $< | qr > $@
$(QR): qrEvent_vi.txt
./qrGen.py
clean:
rm -f $(DOC).{pdf,out,aux,log}
rm -f $(DOC).{pdf,out,aux,log} $(QR)
rm -f *.{pdf,out,aux,log,bbl,blg}