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
vidjil
vidjil
Commits
f4f98c58
Commit
f4f98c58
authored
Aug 28, 2017
by
Mathieu Giraud
Browse files
algo/Makefile: compile tools
parent
eaa0400a
Changes
2
Hide whitespace changes
Inline
Side-by-side
algo/Makefile
View file @
f4f98c58
...
...
@@ -42,6 +42,9 @@ CREATE_VERSION_GIT_H := $(shell test -x ./create-git-version-h.sh && ./create-gi
.PHONY
:
all core lib clean forcedep
all
:
$(VIDJIL) $(ALIGN_CGI) $(SIMILARITY_CGI) $(SIMILARITY_TOOL)
$(MAKE)
-C
$(TOOLDIR)
base
:
$(VIDJIL)
###
...
...
algo/tools/Makefile
View file @
f4f98c58
...
...
@@ -13,7 +13,7 @@ go: vdj_assign align
all
:
$(EXEC)
$(EXEC)
:
%: %.o
$(MAKE)
-C
..
OPTIM
=
"
$(OPTIM)
"
$(MAKE)
-C
..
base
OPTIM
=
"
$(OPTIM)
"
$(CC)
-I
..
-o
$@
$^
$(LIBCORE)
$(LDLIBS)
clean
:
...
...
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