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
vidjil
vidjil
Commits
568c9e34
Commit
568c9e34
authored
Jul 17, 2015
by
Mathieu Giraud
Browse files
algo/Makefile: mkdir
parent
a35c301a
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/Makefile
View file @
568c9e34
...
...
@@ -78,10 +78,12 @@ $(ALIGN_CGI): cgi/align.o $(LIBCORE)
$(CXX)
-o
$@
$^
$(LDFLAGS)
$(LDLIBS)
$(CXXFLAGS)
$(SIMILARITY_CGI)
:
cgi/similarity.o $(LIBCORE)
mkdir
-p
$(CGIDIR)
make
-C
core
OPTIM
=
"
$(OPTIM)
"
$(CXX)
-o
$@
$^
$(LDFLAGS)
$(LDLIBS)
$(CXXFLAGS)
$(SIMILARITY_TOOL)
:
cgi/similarity.o $(LIBCORE)
mkdir
-p
$(TOOLDIR)
make
-C
core
OPTIM
=
"
$(OPTIM)
"
$(CXX)
-o
$@
$^
$(LDFLAGS)
$(LDLIBS)
$(CXXFLAGS)
...
...
Write
Preview
Supports
Markdown
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