CL reimplementation of paroxysm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.PHONY: all migrate |
|
|
|
all: |
|
sbcl --noinform --no-sysinit --no-userinit --disable-debugger --script deploy.lisp |
|
|
|
migrate: |
|
sbcl --noinform --no-sysinit --no-userinit --disable-debugger --script deploy-migrate.lisp
|
|
|