Newer
Older
@echo "Add to ~/.pvs.lisp:"
@echo "--------8<----------"
cat tools/load-personoj.lisp
@echo "(load-personoj)"
@echo "--------8<----------"
.PHONY: tests
tests:
${MAKE} -C tests
find . -type f -name "*.lpo" -exec rm -f {} +