summaryrefslogtreecommitdiff
path: root/src/quick_build.sh
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-04-14 08:14:45 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-04-14 08:14:45 +0800
commitcccccbf6cca94a3eaf813b4468453160e91c332b (patch)
tree23418cb73a10ae3b0688681a7f0ba9b06424583e /src/quick_build.sh
downloadtnet-cccccbf6cca94a3eaf813b4468453160e91c332b.tar.gz
tnet-cccccbf6cca94a3eaf813b4468453160e91c332b.tar.bz2
tnet-cccccbf6cca94a3eaf813b4468453160e91c332b.zip
First commit
Diffstat (limited to 'src/quick_build.sh')
-rwxr-xr-xsrc/quick_build.sh2
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