Index: Makefile
===================================================================
--- Makefile	(revision 2670afc0e915fe051f0ee2c90502d1f94b54f19b)
+++ Makefile	(revision 19c2b4456ed2d8dc6553f2dcf60adb98369f5702)
@@ -30,10 +30,9 @@
 CSCOPE = cscope
 FORMAT = clang-format
-CHECK = tools/check.sh
 
 ERRNO_HEADER = abi/include/abi/errno.h
 ERRNO_INPUT = abi/include/abi/errno.in
 
-.PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check check_errno releasefile release
+.PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check_errno releasefile release
 
 all:
@@ -65,12 +64,4 @@
 	ninja -C $(BUILD_DIR) doxygen
 
-# Pre-integration build check
-check: ccheck $(CHECK)
-ifdef JOBS
-	$(CHECK) -j $(JOBS)
-else
-	$(CHECK) -j $(shell nproc)
-endif
-
 # `sed` pulls a list of "compatibility-only" error codes from `errno.in`,
 # the following grep finds instances of those error codes in HelenOS code.
