Remove wild-package-inferred-system

This commit is contained in:
Akira Tempaku 2024-12-20 15:25:14 +09:00
parent 2e325fbc06
commit 67af8aad50
6 changed files with 20 additions and 18 deletions

3
hp.asd
View file

@ -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"))))