summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-05-26 14:55:38 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-05-26 14:55:38 -0400
commit427d2be0040c28bba680c48aca9514ef932ecb56 (patch)
tree7e57311025c30375c46a3db352b76cf308f7c4f2 /Jamroot
parentc6ef1c92d2da273fd5a413b5166a9acc8ebb1e5f (diff)
remove creg
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 938a9764..3015c1f3 100644
--- a/Jamroot
+++ b/Jamroot
@@ -31,7 +31,7 @@ project : default-build <warnings>on <variant>release ;
install-bin-libs dpmert//programs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs mira//kbest_mira ;
-build-projects mteval decoder dpmert klm/lm training/liblbfgs creg ;
+build-projects mteval decoder dpmert klm/lm training/liblbfgs ;
#Compile everything ending with _test.cc into a test and run it.
rule all_tests ( targets * : dependencies : properties * ) {