diff options
| author | Peng Wu <alexepico@gmail.com> | 2011-07-27 23:27:28 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2011-07-27 23:27:28 +0800 |
| commit | e696eb5ae23dfbb057ec4c9c2362bb57fdc48787 (patch) | |
| tree | 4c8caa06b20f960c67fb8bbc37994b649c5ea3a9 | |
| parent | 6a7d4e5f6f8d629fbc36325fd816fde66e5d38ab (diff) | |
suppress output for Makefile.data rebuild
| -rw-r--r-- | Makefile.data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.data b/Makefile.data index b1fd706..8ed5a07 100644 --- a/Makefile.data +++ b/Makefile.data @@ -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 |
