Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
QTL
spell-qtl
Commits
cf1df0c4
Commit
cf1df0c4
authored
Oct 30, 2014
by
Damien Leroux
Browse files
Renamed jobs.cc into dispatch.cc
parent
e501e21b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bayes/Makefile
View file @
cf1df0c4
...
...
@@ -16,7 +16,7 @@ CXXARGS=-Wextra -Wall -pthread -fPIC -DEIGEN_NO_DEPRECATED_WARNING $(VERSION_DEF
INPUT_SRC
=
read_mark.cc design.cc xml/xml_design.cc xml/xml_format.cc
MAIN_SRC
=
static_data.cc
BAYES_SRC
=
main.cc
jobs
.cc cli.cc
BAYES_SRC
=
main.cc
dispatch
.cc cli.cc
#SRC=malloc.cc $(addprefix input/,$(INPUT_SRC)) $(addprefix computations/,$(COMPUTATIONS_SRC)) $(MAIN_SRC)
SRC
=
$(
addprefix
../input/,
$(INPUT_SRC)
)
$(
addprefix
../,
$(MAIN_SRC)
)
$(BAYES_SRC)
...
...
src/bayes/
jobs
.cc
→
src/bayes/
dispatch
.cc
View file @
cf1df0c4
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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