about summary refs log tree commit diff
path: root/sourcecodes/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/build.sh')
-rw-r--r--sourcecodes/build.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/sourcecodes/build.sh b/sourcecodes/build.sh
deleted file mode 100644
index a5958fd7..00000000
--- a/sourcecodes/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-gcc ./localscore/network_score.c ./localscore/libRmath.so -lm -o network_score
-gcc ./print_structure/structure.c -lm -o structure
-
-cd ./k-best/src/
-./buildk_poster.sh
-
-
-