Repositories / gitweb2.git

Makefile

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

Branch
114 bytes · 2f2cd3c32d6b
.PHONY: all build test clean all: build build: dune build test: dune test clean: dune clean rm -rf .build