Repositories / ocaml-git.git
Makefile
Clone (read-only): git clone http://git.guha-anderson.com/git/ocaml-git.git
.PHONY: all build test clean fixture
all: build
build:
dune build
test:
dune test
clean:
dune clean
rm -rf .build
fixture:
scripts/create-demo-fixture.sh