mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 05:21:57 +03:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
Classic.cry:
|
||
|
ln -s ../classic/Classic.cry .
|
||
|
|
||
|
Enigma.cry:
|
||
|
ln -s ../enigma/Enigma.cry .
|
||
|
|
||
|
test: Enigma.cry Classic.cry
|
||
|
cryptol-2 -b sanity.icry
|