diff --git a/makefile b/makefile index 40a4ee675..1ef78615f 100644 --- a/makefile +++ b/makefile @@ -41,7 +41,9 @@ endif # cd ToolsForHomalg && $(MAKE) ci-test # requires Convex # cd ToricVarieties && $(MAKE) ci-test +ifneq ($(GAP_HOME),/home/gap/inst/gap-master) cd Modules && $(MAKE) ci-test +endif cd homalg && $(MAKE) ci-test ############################################