From eb7afdaf4fca6026a67eb0ac803e00caf2b6055f Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Fri, 6 Sep 2013 10:40:10 -0400 Subject: [PATCH] fix for check plf --- contrib/checkplf/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/checkplf/Makefile diff --git a/contrib/checkplf/Makefile b/contrib/checkplf/Makefile new file mode 100644 index 000000000..9d6111cd6 --- /dev/null +++ b/contrib/checkplf/Makefile @@ -0,0 +1,2 @@ +checkplf: checkplf.cpp + g++ checkplf.cpp -I../../moses/ ../../lib/libmoses.a -o checkplf