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

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