syndicate-2017/racket/typed/Makefile

12 lines
253 B
Makefile
Raw Normal View History

2019-09-24 13:52:41 +00:00
pan : pan.c
gcc -o pan pan.c
pan.c : leader-and-seller.pml
spin -a leader-and-seller.pml
# -a to analyze, -f for (weak) fairness
2020-06-15 16:07:31 +00:00
# -n to elide report of unreached states
2021-01-11 16:49:33 +00:00
# -N spec-name to verify a particular specification
2019-09-24 13:52:41 +00:00
check: pan
2021-01-11 16:49:33 +00:00
./pan -a -f -n