.POSIX:

SBCL = sbcl
SBCLFLAGS =

.PHONY: all
all: ripping.html reference.html howto.html api

.PHONY: api
api:
	${SBCL} ${SBCLFLAGS} --non-interactive --load build.lisp --eval '(build)'

clean:
	rm -f *.html

.PHONY: all clean clobber
include ../infra/adoc.mk
