Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2014-02-06 01:51:14 +0400
committerKenneth Heafield <github@kheafield.com>2014-02-06 01:51:14 +0400
commit99203ab01a2dcb270c7a258874510ce5d2741cd8 (patch)
tree3f188dbf46587d122b7ff165f270f674e1c95d4f
parent4b0b0195115042b6da532464d20fa1990013c0f3 (diff)
Oops added test program
-rw-r--r--util/Jamfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/Jamfile b/util/Jamfile
index afab916..77b5438 100644
--- a/util/Jamfile
+++ b/util/Jamfile
@@ -22,7 +22,6 @@ obj file_piece_test.o : file_piece_test.cc /top//boost_unit_test_framework : $(c
fakelib kenutil : bit_packing.cc ersatz_progress.cc exception.cc file.cc file_piece.cc mmap.cc murmur_hash.cc pool.cc read_compressed scoped.cc string_piece.cc usage.cc double-conversion//double-conversion : <include>.. <os>LINUX,<threading>single:<source>rt : : <include>.. ;
exe cat_compressed : cat_compressed_main.cc kenutil ;
-exe file_piece_cat : file_piece_main.cc kenutil ;
alias programs : cat_compressed ;