source: CIVL/examples/loop_invariants/Jans_example/arbitrary_block/Makefile@ 3b130a3a

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

fixed the makefile

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

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