diff --git a/Makefile b/Makefile
index 44a857f5ab916f0a7b66d63ed7a572a7ecf2b08d..357f933afbebc7b0a84c253050bd1bd22770e806 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@
 #   Kremer, Peter
 #   Lovassy, Arpad
 #   Ormandi, Matyas
+#   Pilisi, Gergely
 #   Raduly, Csaba
 #   Szabados, Kristof
 #   Szabo, Janos Zoltan – initial implementation
@@ -94,7 +95,7 @@ endif
 # check is the standard GNU target for running tests
 # (avoids clash with shell builtin 'test')
 check:
-	make -C regression_test report
+	compiler2/compiler -v
 
 ifneq (,$(findstring prereq,$(MAKECMDGOALS)))
 # Export all variables into the environment for the prereq target