source: CIVL/examples/loop_invariants/Jans_example/arbitrary_block/Makefile@ 3912825

1.23 2.0 main test-branch
Last change on this file since 3912825 was 05e541a, checked in by Ziqing Luo <ziqing@…>, 8 years ago

cleaned this directory, add new examples

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@4992 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 207 bytes
Line 
1CIVL=civl-current
2VERIFY=$(CIVL) verify -loop
3
4all: ml_inner_three ml_all_four
5
6ml_inner_three: inner_three.cvl
7 $(VERIFY) $<
8
9
10
11ml_all_four: all_four.cvl
12 $(VERIFY) $<
13
14clean:
15 rm -rf *~ .sarl CIVLREP
16
17
Note: See TracBrowser for help on using the repository browser.