This commit is contained in:
Akira Tempaku 2024-01-30 00:48:47 +09:00
commit 72ef5ae639
12 changed files with 174 additions and 0 deletions

8
hp.asd Normal file
View file

@ -0,0 +1,8 @@
(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"
:pathname "src"
:depends-on ("hp/main")
:in-order-to ((test-op (test-op "hp-tests"))))