mirror of
https://github.com/RfidResearchGroup/ChameleonUltraDocs.git
synced 2026-05-12 11:23:33 -07:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
all:
|
|
pdflatex --shell-escape protocol-packet.tex
|
|
|
|
clean:
|
|
rm *.aux *.log *.pdf
|