diff options
author | Jun FURUSE / 古瀬 淳 <jun.furuse@gmail.com> | 2002-12-19 13:38:29 +0000 |
---|---|---|
committer | Jun FURUSE / 古瀬 淳 <jun.furuse@gmail.com> | 2002-12-19 13:38:29 +0000 |
commit | 0e828d0247dbda7cb69f487d13530c3bfae74ca8 (patch) | |
tree | 3bfbe45bf2710066a61d487e15611c569ad48592 /otherlibs | |
parent | 1f716a7b5b9034891c4e7f47ccbdeb137de72742 (diff) |
added an entry for taquin
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5355 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/labltk/examples_labltk/.cvsignore | 1 | ||||
-rw-r--r-- | otherlibs/labltk/examples_labltk/Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/otherlibs/labltk/examples_labltk/.cvsignore b/otherlibs/labltk/examples_labltk/.cvsignore index 9b2c11726..c1f6ec642 100644 --- a/otherlibs/labltk/examples_labltk/.cvsignore +++ b/otherlibs/labltk/examples_labltk/.cvsignore @@ -5,3 +5,4 @@ eyes hello tetris lang +taquin diff --git a/otherlibs/labltk/examples_labltk/Makefile b/otherlibs/labltk/examples_labltk/Makefile index 11e322b70..3fa02632b 100644 --- a/otherlibs/labltk/examples_labltk/Makefile +++ b/otherlibs/labltk/examples_labltk/Makefile @@ -28,6 +28,9 @@ clock.opt: clock.cmx tetris: tetris.cmo $(CAMLC) $(COMPFLAGS) -o tetris $(LIBNAME).cma tetris.cmo +taquin: taquin.cmo + $(CAMLC) $(COMPFLAGS) -o taquin $(LIBNAME).cma taquin.cmo + lang: lang.cmo $(CAMLC) $(COMPFLAGS) -o lang $(LIBNAME).cma lang.cmo |