Update makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -16,6 +16,6 @@ truth-table-web-server: build.lisp truth-table.asd $(BASE_FILES) $(WEB_FILES)
|
|||||||
$(SBCL) --load build.lisp --eval '(web)'
|
$(SBCL) --load build.lisp --eval '(web)'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f truth-table
|
rm -f truth-table truth-table-web-server
|
||||||
|
|
||||||
.PHONY: all cli clean
|
.PHONY: all cli web clean
|
||||||
|
|||||||
Reference in New Issue
Block a user