summaryrefslogblamecommitdiff
path: root/src/Makefile
blob: ebd25166d0043fdd4ba162438bf4fc54673a5633 (plain) (tree)
1
2
3
4
5
6
7
8


                                          
 
                                                
 

                                                                      




                            
OCAMLBUILD=ocamlbuild -classic-display \
		-tags annot,debug,thread \
		-libs unix

all: primes.native example.native manager.native

%.native: %.ml kahn_pipe.ml kahn_seq.ml kahn_stdio.ml proto.ml util.ml
	$(OCAMLBUILD) $@


clean:
	$(OCAMLBUILD) -clean