Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit f0083c0e authored by ulrich_y's avatar ulrich_y
Browse files

Add muse to makefile

parent 2f4bbc24
No related branches found
No related tags found
No related merge requests found
FOLDERS=mu-e-scattering/muone \
l-p-scattering/muse \
radiative-lepton-decay/babar/example \
michel-decay/validation michel-decay/demo-observable michel-decay/f-and-g
michel-decay/validation michel-decay/demo-observable michel-decay/f-and-g
all:
for i in $(FOLDERS) ; do make -C $$i all ; done
......
......@@ -32,7 +32,7 @@ $(figures): $(name).ipynb
all: $(name).html $(figures)
clean:
rm -f *.ipynb *.pdf *.png *.html *.tex *.pgf *.pyc
rm -rf *.ipynb *.pdf *.png *.html *.tex *.pgf *.pyc .ipynb_checkpoints
check:
@res=$$(find . -name "*.py" -exec $(PEP8) $(PEP8FLAGS) {} \;) ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment