diff --git a/Makefile b/Makefile index 4bf65cd4..469c3412 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include Makefile.config CYCLONE = cyclone -TESTSCM = unit-tests srfi-60-tests +TESTSCM = unit-tests TESTFILES = $(addprefix tests/, $(addsuffix .scm, $(TESTSCM))) BOOTSTRAP_DIR = ../cyclone-bootstrap