diff options
| author | Jonathan French | 2017-07-26 11:38:39 +0000 |
|---|---|---|
| committer | Jonathan French | 2017-07-26 11:38:39 +0000 |
| commit | 18cf235fad35a0e06e26ea91ee0e1c673febddb8 (patch) | |
| tree | 60514356175ebfbc0d2d24f70137fffcb8aba0e6 /language/Makefile | |
| parent | 2e1ca2e6b77b285168223263e747396ad01cb993 (diff) | |
| parent | 24469b4fda9ef14c7717aac415a398da29e8fbd0 (diff) | |
Merged in ojno/sail (pull request #1)
Footprint exhaustive evaluation fixes
Approved-by: Jonathan French <me@jonathanfrench.net>
Diffstat (limited to 'language/Makefile')
| -rw-r--r-- | language/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/Makefile b/language/Makefile index bbccf6a5..9167d65f 100644 --- a/language/Makefile +++ b/language/Makefile @@ -1,6 +1,6 @@ #OTT=../../../rsem/ott/bin/ott # this is the binary that gets rebuilt by make in ott/src: -OTT=../../../github/ott/src/ott -merge true +OTT=../../../github/ott/src/ott OTTLIB=$(dir $(shell which ott))../hol .PHONY: all @@ -33,7 +33,7 @@ doc_in.tex: l2.ott primitive_doc.ott l2_terminals_tt.ott l2_typ.ott l2_rules.ott %Script.sml: %.ott $(OTT) -sort false -generate_aux_rules true -o $@ -picky_multiple_parses true $^ -l2.lem: l2.ott l2_typ.ott +l2.lem: l2.ott $(OTT) -sort false -generate_aux_rules true -o $@ -picky_multiple_parses true $^ clean: @@ -45,4 +45,4 @@ clean: realclean: $(MAKE) clean - rm -rf l2.ml l2_parse.ml l2.lem
\ No newline at end of file + rm -rf l2.ml l2_parse.ml l2.lem |
