Repositories / ocaml-git.git

Makefile

Clone (read-only): git clone http://git.guha-anderson.com/git/ocaml-git.git

Branch
164 bytes · 22b02cdbf9da
.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