summaryrefslogtreecommitdiff
path: root/spin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'spin/Makefile')
-rw-r--r--spin/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/spin/Makefile b/spin/Makefile
new file mode 100644
index 0000000..73669f9
--- /dev/null
+++ b/spin/Makefile
@@ -0,0 +1,11 @@
1default: $(addsuffix .trail, $(wildcard *.pml))
2
3clean:
4 rm -f pan* *.pml.*
5
6%.pml.trail: %.pml
7 @rm -f $@
8 spin -search -bitstate -l $< | egrep '^(pan|spin):'
9 [ ! -e $@ ] || spin -c -g -l -p -replay $<
10
11.SECONDARY: