diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-24 17:55:46 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-24 17:55:46 +0000 |
commit | 01a4f22830758857df1f991b8377553afba60c59 (patch) | |
tree | 4ef92e47171709a5f931563a6bd567454090ce61 /gi/posterior-regularisation | |
parent | 99a4c322f30b39726787b96ea59d3159dc3d0d13 (diff) |
restore prjava Makefile
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@397 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/posterior-regularisation')
-rwxr-xr-x | gi/posterior-regularisation/prjava/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gi/posterior-regularisation/prjava/Makefile b/gi/posterior-regularisation/prjava/Makefile new file mode 100755 index 00000000..a16adcde --- /dev/null +++ b/gi/posterior-regularisation/prjava/Makefile @@ -0,0 +1,5 @@ +all: + ant dist + +clean: + ant clean |