updates to build system
This commit is contained in:
parent
88729c36df
commit
3620ead09b
5 changed files with 15 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: build-server
|
||||
|
||||
build-server:
|
||||
sbcl --eval '(ql:quickload "deploy")' --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 --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)'
|
||||
|
||||
serve:
|
||||
hugo server --noHTTPCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue