From 4f62d5ce18765a5f7376a508a45bdb021e5ca5b8 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 19 Jun 2011 17:25:59 +0200 Subject: Organise the directory so that it is compliant with the submission rules --- Makefile | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 98262de..0000000 --- a/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -OCAMLC=ocamlc.opt -OCAMLOPT=ocamlopt.opt -OCAMLDEP=ocamldep.opt -INCLUDES= -OCAMLFLAGS=$(INCLUDES) -SRCS=game.ml ltg.ml -BUILDDIR= -DEPEND=.depend - -all: ltg.opt - -ltg.opt: ltg.cmx - $(OCAMLOPT) $(OCAMLFLAGS) -o ltg game.cmx ltg.cmx - -clean: - rm -f *.cm? *.cmx? *.o *~ - rm -f .depend - -depend: $(SRCS) - $(OCAMLDEP) $(SRCS) > $(DEPEND) - -.SUFFIXES: .mli .ml .cmo .cmi .cmx - -%.cmo : %.ml - $(OCAMLC) -c $(OCAMLFLAGS) $< -%.cmi : %.mli - $(OCAMLC) -c $(OCAMLFLAGS) $< -%.cmx : %.ml - $(OCAMLOPT) -c $(OCAMLFLAGS) $< - --include $(DEPEND) - -- cgit v1.2.3-70-g09d2