Compare commits

...

1 Commits

Author SHA1 Message Date
5c73f19177 Update Makefile 2026-02-13 03:43:54 -08:00

View File

@@ -5,7 +5,7 @@ arguments.lisp
CLI_FILES=cli.lisp
WEB_FILES=web.lisp
all: cli
all: cli web
cli: truth-table
truth-table: build.lisp truth-table.asd $(BASE_FILES) $(CLI_FILES)