diff --git a/Makefile b/Makefile index 6f436de..26c1b58 100644 --- a/Makefile +++ b/Makefile @@ -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