source: CIVL/examples/compare/outputfile/Makefile@ c1381dd

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since c1381dd was 6caf443, checked in by Manchun Zheng <zmanchun@…>, 10 years ago

cleaned up unused examples

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

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