From 6e750a757ef6fb1f41cf4c2fe39edba834b76858 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 24 May 2014 23:25:07 +0200 Subject: ./manager -local-proc 4 ./example.native does what expected. --- src/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ed9aa69..ebd2516 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,19 +1,13 @@ OCAMLBUILD=ocamlbuild -classic-display \ -tags annot,debug,thread \ -libs unix -TARGET=native -primes: - $(OCAMLBUILD) primes.$(TARGET) +all: primes.native example.native manager.native -example: - $(OCAMLBUILD) example.$(TARGET) +%.native: %.ml kahn_pipe.ml kahn_seq.ml kahn_stdio.ml proto.ml util.ml + $(OCAMLBUILD) $@ clean: $(OCAMLBUILD) -clean -realclean: clean - rm -f *~ - -cleanall: realclean -- cgit v1.2.3