include ../../Makefile.config
include ../../Makefile.rules

all:

clean:

test:

install:
	install -d ${CCTOOLS_INSTALL_DIR}/doc
	install sand.html ${CCTOOLS_INSTALL_DIR}/doc

