From 02dce67b3831e5e0f3a40bf5acc7c1016ebd63ed Mon Sep 17 00:00:00 2001 From: Matthias Goergens Date: Thu, 17 Jun 2010 22:16:18 +0100 Subject: [PATCH] stdext/Os: A simple module for running stuff on the command line. Signed-off-by: Matthias Goergens --- stdext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdext/Makefile b/stdext/Makefile index 4423730..728d3ea 100644 --- a/stdext/Makefile +++ b/stdext/Makefile @@ -22,7 +22,7 @@ OCAML_TEST_LIB = $(shell ocamlfind query oUnit)/oUnit.cmxa STDEXT_OBJS = fun listext filenameext stringext arrayext hashtblext pervasiveext threadext ring \ qring fring opt bigbuffer unixext range vIO trie config date encodings fe fecomms \ - forkhelpers gzip sha1sum zerocheck base64 backtrace tar mapext + forkhelpers gzip sha1sum zerocheck base64 backtrace tar mapext os INTF = $(foreach obj, $(STDEXT_OBJS),$(obj).cmi) LIBS = stdext.cma stdext.cmxa -- 2.39.5