Skip to content
Snippets Groups Projects
Makefile 258 B
Newer Older
  • Learn to ignore specific revisions
  • Thorsten Wißmann's avatar
    Thorsten Wißmann committed
    
    .PHONY: all clean
    
    all: setup.ml
    	ocaml setup.ml -build
    
    
    setup.ml: _oasis
    
    Thorsten Wißmann's avatar
    Thorsten Wißmann committed
    	oasis setup
    	ocaml setup.ml -configure
    
    clean:
    	! [ -f setup.ml ] || ocaml setup.ml -clean
    	oasis setup-clean
    	$(RM) -f _tags
    	$(RM) -f setup.data setup.ml
    	$(RM) -f myocamlbuild.ml