diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-04-14 08:14:45 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-04-14 08:14:45 +0800 |
commit | cccccbf6cca94a3eaf813b4468453160e91c332b (patch) | |
tree | 23418cb73a10ae3b0688681a7f0ba9b06424583e /src/quick_build.sh | |
download | tnet-cccccbf6cca94a3eaf813b4468453160e91c332b.tar.gz tnet-cccccbf6cca94a3eaf813b4468453160e91c332b.tar.bz2 tnet-cccccbf6cca94a3eaf813b4468453160e91c332b.zip |
First commit
Diffstat (limited to 'src/quick_build.sh')
-rwxr-xr-x | src/quick_build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick_build.sh b/src/quick_build.sh new file mode 100755 index 0000000..2b7621c --- /dev/null +++ b/src/quick_build.sh @@ -0,0 +1,2 @@ +make depend && make clean && make #build the CPU tools +make CUDA=true #build the CUDA dependent tools |