Remove deps
This commit is contained in:
parent
bf914c8451
commit
f3d6673041
4 changed files with 2 additions and 21 deletions
7
hp.asd
7
hp.asd
|
@ -1,10 +1,7 @@
|
|||
(defsystem "hp"
|
||||
:description "My personal project template for Common Lisp"
|
||||
:author "paku <paku@skyizwhite.dev>"
|
||||
:description "My personal website"
|
||||
:author "Akira Tempaku <paku@skyizwhite.dev>"
|
||||
:class :package-inferred-system
|
||||
:pathname "src"
|
||||
:depends-on ("hp/main")
|
||||
:in-order-to ((test-op (test-op "hp-tests"))))
|
||||
|
||||
(register-system-packages "lack-middleware-static" '(:lack.middleware.static))
|
||||
(register-system-packages "lack-middleware-accesslog" '(:lack.middleware.accesslog))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue