diff options
author | Determinant <[email protected]> | 2015-11-23 14:12:33 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-11-23 14:12:33 +0800 |
commit | 52dc38775347efb7bf56210b4c3f5935d19317cd (patch) | |
tree | 9b8ea06b5ba69f7014a13ddf48239581c0e14f19 /Makefile | |
parent | d1eb2a18c0adfec52b438eda8602ab2601d12391 (diff) |
add cflag __NERV_FUTURE_CUDA_7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ luajit: luarocks: PREFIX=$(PREFIX) ./tools/build_luarocks.sh install: - cd nerv; $(PREFIX)/bin/luarocks make + cd nerv; $(PREFIX)/bin/luarocks make CFLAGS=$(CFLAGS) speech: cd speech/speech_utils; $(PREFIX)/bin/luarocks make cd speech/htk_io; $(PREFIX)/bin/luarocks make |