Remove wild-package-inferred-system
This commit is contained in:
parent
2e325fbc06
commit
67af8aad50
6 changed files with 20 additions and 18 deletions
3
hp.asd
3
hp.asd
|
@ -1,8 +1,7 @@
|
|||
(defsystem "hp"
|
||||
:description "My personal project template for Common Lisp"
|
||||
:author "paku <paku@skyizwhite.dev>"
|
||||
:defsystem-depends-on ("wild-package-inferred-system")
|
||||
:class "winfer:wild-package-inferred-system"
|
||||
:class :package-inferred-system
|
||||
:pathname "src"
|
||||
:depends-on ("hp/main")
|
||||
:in-order-to ((test-op (test-op "hp-tests"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue