From b29397130cb26942c05308e8c27c5aa12727256d Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 4 May 2010 14:26:35 +0300 Subject: [PATCH] rename old 'check' target to 'sparse' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69d4a3d..688a4ba 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ boot: # @exit 1 # run sparse over code -check: config.mak +sparse: config.mak REAL_CC="$(CC)" \ $(MAKE) clean libusual.a CC="cgcc -Wsparse-all" -- 2.39.5