Repositories / gitweb2.git
Makefile
Clone (read-only): git clone http://git.guha-anderson.com/git/gitweb2.git
.PHONY: all build test clean
all: build
build:
dune build
test:
dune test
clean:
dune clean
rm -rf .build
Repositories / gitweb2.git
Clone (read-only): git clone http://git.guha-anderson.com/git/gitweb2.git