rename old 'check' target to 'sparse'
authorMarko Kreen <markokr@gmail.com>
Tue, 4 May 2010 11:26:35 +0000 (14:26 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 4 May 2010 11:27:40 +0000 (14:27 +0300)
Makefile

index 69d4a3de4a8e13fa27511bce2d0b5a114951e0a6..688a4babfc58e7391a628b1ad1c731f495887f08 100644 (file)
--- 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"