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
269a3fdc
Commit
269a3fdc
authored
Sep 13, 2017
by
Mathieu Giraud
Browse files
Makefile: update
See
#2611
.
parent
a748bd58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
269a3fdc
...
...
@@ -139,14 +139,17 @@ cppcheck:
###
data germline browser server
:
%:
data
:
$(MAKE)
-C
algo/tests/data
germline browser server
:
%:
$(MAKE)
-C
$@
clean
:
$(MAKE)
-C
$(VIDJIL_ALGO_SRC)
clean
cleanall
:
clean
$(MAKE)
-C
data
$^
$(MAKE)
-C
algo/tests/
data
$^
$(MAKE)
-C
germline
$^
$(MAKE)
-C
$(VIDJIL_ALGO_SRC)
cleanall
$(MAKE)
-C
server cleanall
...
...
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