Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
d66e11fe
Commit
d66e11fe
authored
Jul 15, 2013
by
Giuseppe Castagna
Browse files
correction on build cgi
parent
87fe9c8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d66e11fe
...
...
@@ -107,7 +107,8 @@ driver/examples.ml: cduce web/xhtml.cdo web/examples/build.cd web/examples/examp
WEBIFACE
=
$(OBJECTS)
driver/examples.cmo driver/webiface.cmo
EVALUATOR
=
$(OBJECTS)
driver/evaluator.cmo
webiface
:
$(WEBIFACE:.cmo=.$(EXTENSION))
webiface
:
misc/q_symbol.cmo
$
(
WEBIFACE:.cmo
=
.
$(EXTENSION)
)
@
echo
"Build
$@
"
$(HIDE)$(LINK)
-verbose
$(INCLUDES)
-o
$@
$^
$(EXTRA_OPTS_WEBIFACE)
...
...
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