init
This commit is contained in:
commit
72ef5ae639
12 changed files with 174 additions and 0 deletions
8
hp.asd
Normal file
8
hp.asd
Normal 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"))))
|
Loading…
Add table
Add a link
Reference in a new issue