aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 169098d68441a525fff5cfbea0cba545115189d7 (plain) (blame)
1
2
3
4
5
6
7
8
build:
	ocamlbuild witch.byte -libs unix

native:
	ocamlbuild witch.native -libs unix

clean:
	rm -rf _build witch.native witch.byte