Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
McMule
User Library
Commits
6379910f
Commit
6379910f
authored
Apr 03, 2020
by
ulrich_y
Browse files
Changes to the makefile
parent
a80382ca
Pipeline
#919
passed with stages
in 5 minutes and 14 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
2 deletions
+9
-2
l-p-scattering/muse/makefile
l-p-scattering/muse/makefile
+1
-0
michel-decay/demo-observable/makefile
michel-decay/demo-observable/makefile
+1
-0
michel-decay/f-and-g/makefile
michel-decay/f-and-g/makefile
+1
-0
michel-decay/validation/makefile
michel-decay/validation/makefile
+1
-0
moller-scattering/validation/makefile
moller-scattering/validation/makefile
+1
-0
mu-e-scattering/muone/makefile
mu-e-scattering/muone/makefile
+1
-0
radiative-lepton-decay/babar/example/makefile
radiative-lepton-decay/babar/example/makefile
+1
-0
tools/makefile.conf
tools/makefile.conf
+2
-2
No files found.
l-p-scattering/muse/makefile
View file @
6379910f
group
=
l-p-scattering
name
=
muse
figures
=
e115.pdf
include
../../tools/makefile.conf
michel-decay/demo-observable/makefile
View file @
6379910f
group
=
michel-decay
name
=
demo-observable
figures
=
demo.pdf
include
../../tools/makefile.conf
michel-decay/f-and-g/makefile
View file @
6379910f
group
=
michel-decay
name
=
f-and-g
figures
=
fplot.pdf gplot.pdf
include
../../tools/makefile.conf
michel-decay/validation/makefile
View file @
6379910f
group
=
michel-decay
name
=
validation
figures
=
comparison.pdf
include
../../tools/makefile.conf
moller-scattering/validation/makefile
View file @
6379910f
group
=
moller-scattering
name
=
validation
figures
=
xicut.pdf kfac
include
../../tools/makefile.conf
mu-e-scattering/muone/makefile
View file @
6379910f
group
=
mu-e-scattering
name
=
muone
plots
=
gauge.pdf gauge-aco.pdf nnlo.pdf nnlo-aco.pdf
xs
=
xi-nlo.pdf xi-nnlo.pdf xs.tex
...
...
radiative-lepton-decay/babar/example/makefile
View file @
6379910f
group
=
radiative-lepton-decay/babar
name
=
example
figures
=
meg.pdf ee.pdf
include
../../../tools/makefile.conf
tools/makefile.conf
View file @
6379910f
...
...
@@ -39,5 +39,5 @@ check:
if
[ -
n
"$$res"
];
then
echo
"$$res"
;
fi
ci
:
all
mkdir
-
p
$(
SELF_DIR
)/../
ci
/$(
name
)/
cp
$(
name
).
html
$(
name
).
ipynb
$(
figures
) $(
SELF_DIR
)/../
ci
/$(
name
)
mkdir
-
p
$(
SELF_DIR
)/../
ci
/$(
group
)/$(
name
)/
cp
$(
name
).
html
$(
name
).
ipynb
$(
figures
) $(
SELF_DIR
)/../
ci
/$(
group
)/$(
name
)
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