suppress output for Makefile.data rebuild
authorPeng Wu <alexepico@gmail.com>
Wed, 27 Jul 2011 15:27:28 +0000 (23:27 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 27 Jul 2011 15:27:28 +0000 (23:27 +0800)
Makefile.data

index b1fd706..8ed5a07 100644 (file)
@@ -11,4 +11,4 @@ build:
 rebuild:
        git reset --hard
        sed -i -e "s/#define LAMBDA_PARAMETER 0.588792/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" src/include/novel_types.h
-       make
+       make > /dev/null