diff options
author | colin <colin@cicadas.surf> | 2023-04-08 12:12:53 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-04-08 12:12:53 -0700 |
commit | e217ceafff5766ba06dfa16aa80ae615c4537109 (patch) | |
tree | 6f05e9c9c35d07e5c63492d4b910c377f85e88ee /build.lisp | |
parent | a1cc0d569e6d65d5d7d8a4f564b20f145137109d (diff) |
Altered config and build
Diffstat (limited to 'build.lisp')
-rw-r--r-- | build.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ (ql:quickload :fussy) (defun run () - (print (uiop:getenv "FUSSY_CONFIG")) (fussy::start) (loop (sleep 10))) |