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
makefile 305 B
Newer Older
ulrich_y's avatar
ulrich_y committed
FOLDERS=mu-e-scattering/muone \
        radiative-lepton-decay/babar/example \
		michel-decay/validation michel-decay/demo-observable

all:
	for i in $(FOLDERS) ; do make -C $$i all ; done
check:
	for i in $(FOLDERS) ; do make -C $$i check ; done
clean:
	for i in $(FOLDERS) ; do make -C $$i clean ; done