Update makefile

This commit is contained in:
2026-02-13 03:29:51 -08:00
parent 7bbbadaf3c
commit def2caadd1

View File

@ -16,6 +16,6 @@ truth-table-web-server: build.lisp truth-table.asd $(BASE_FILES) $(WEB_FILES)
$(SBCL) --load build.lisp --eval '(web)'
clean:
rm -f truth-table
rm -f truth-table truth-table-web-server
.PHONY: all cli clean
.PHONY: all cli web clean