# boudin .PHONY: build build: chicken-install -n .PHONY: install install: chicken-install .PHONY: test test: build cd test; ../boudin *.html && (cd out; python -m http.server) .PHONY: clean clean: rm -f boudin rm -f *.build.sh *.install.sh *.import.scm *.link *.so *.o