diff --git a/heroku-setup.lisp b/heroku-setup.lisp deleted file mode 100644 index 7cf89ffc53522374efc0e8fd89ef5fe2c56cb3ee..0000000000000000000000000000000000000000 --- a/heroku-setup.lisp +++ /dev/null @@ -1,9 +0,0 @@ -(in-package :cl-user) - -(print ">>> Building system...") - -(load (merge-pathnames "jeffrey.asd" *build-dir*)) - -(ql:quickload "jeffrey" :verbose t) - -(pring ">>> Build complete.")