Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
a1bc99d2
Commit
a1bc99d2
authored
Nov 03, 2015
by
POTTIER Francois
Browse files
Makefile adjustment.
parent
5f3f814d
Changes
1
Show whitespace changes
Inline
Side-by-side
quicktest/positions/Makefile
View file @
a1bc99d2
...
...
@@ -12,7 +12,7 @@ MAIN := calc
all
:
@
$(OCAMLBUILD)
-build-dir
_ocamlyacc
$(MAIN)
.native
@
$(OCAMLBUILD)
-build-dir
_menhir
-tag
fancy
$(MAIN)
.native
\
-use-menhir
-menhir
"
$(MENHIR)
$(MENHIRFLAGS)
"
-use-menhir
-menhir
"
$(MENHIR)
$(MENHIRFLAGS)
-lc 1 --comment --no-code-inlining
"
@
$(OCAMLBUILD)
-build-dir
_menhir_table
-tag
fancy
$(MAIN)
.native
\
-use-menhir
-menhir
"
$(MENHIR)
$(MENHIRFLAGS)
--table"
-package
menhirLib
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment