source: CIVL/examples/loop_invariants/Jans_example/arbitrary_block/Makefile@ 758cfb1

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

cleaned up Jan's example directory

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

  • Property mode set to 100644
File size: 199 bytes
Line 
1CIVL=civl
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.