last bits to making compilation work

This commit is contained in:
Chris Cochrun 2023-06-14 07:10:00 -05:00
parent 207f1d0234
commit 4af927f7e9
5 changed files with 50 additions and 7 deletions

View file

@ -1,7 +1,7 @@
all: build-server
build-server:
sbcl --eval '(asdf:load-asd "/home/chris/dev/tfcconnection/tfcserver.asd")' --eval '(ql:quickload :tfcserver)' --eval '(push :deploy-console *features*)' --eval "(asdf:make :tfcserver)" --eval '(quit)'
sbcl --load build.lisp
serve:
hugo server --noHTTPCache