source: CIVL/examples/compare/max/Makefile@ f7642da

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since f7642da was 7e8e35c, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

updated Makefile's according to the new command line specification.

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

  • Property mode set to 100644
File size: 235 bytes
Line 
1CIVL = civl
2COMPARE = $(CIVL) compare
3
4all: max
5
6max: max.cvl max_seq.cvl max_par.cvl
7 $(COMPARE) -inputB=4 -spec max.cvl max_seq.cvl \
8 -impl -inputNPROCS=2 -inputBLOCK_SIZE=2 max.cvl max_par.cvl
9
10clean:
11 rm -f *~
12 rm -f -r CIVLREP
Note: See TracBrowser for help on using the repository browser.