diff options
| author | Alasdair Armstrong | 2017-07-26 14:12:09 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-07-26 14:12:09 +0100 |
| commit | 678ab0e23ba4a8d95010df2bd2467dae7d544e29 (patch) | |
| tree | 0b2e02773327b9483f24b2e1ad46b7235ec9633e /language/Makefile | |
| parent | 26e59493cde0ffbf1868426fe3bec158f2dbaad0 (diff) | |
| parent | 18cf235fad35a0e06e26ea91ee0e1c673febddb8 (diff) | |
Merge remote-tracking branch 'origin/master' into sail_new_tc
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 |
