Migrate back to Git LFS
This commit is contained in:
parent
6b34b62aa2
commit
4b6498ede3
237 changed files with 36953 additions and 0 deletions
17
assignments/labs/Makefile
Normal file
17
assignments/labs/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
all:
|
||||
@make password-manager
|
||||
@make secure-messenger
|
||||
@make zk-battleship
|
||||
@make proverif
|
||||
|
||||
password-manager:
|
||||
@export SOURCE_DATE_EPOCH=1700000000 && tectonic -o ../../website/labs "password-manager.tex"
|
||||
|
||||
secure-messenger:
|
||||
@export SOURCE_DATE_EPOCH=1700000000 && tectonic -o ../../website/labs "secure-messenger.tex"
|
||||
|
||||
zk-battleship:
|
||||
@export SOURCE_DATE_EPOCH=1700000000 && tectonic -o ../../website/labs "zk-battleship.tex"
|
||||
|
||||
proverif:
|
||||
@export SOURCE_DATE_EPOCH=1700000000 && tectonic -o ../../website/labs "proverif.tex"
|
Loading…
Add table
Add a link
Reference in a new issue