Skip to content
Snippets Groups Projects
Commit 7fe1f7bb authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Add dummy Makefile

parent 233d5f2b
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
.PHONY: all clean
all: setup.ml
ocaml setup.ml -build
setup.ml:
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment