website/hp.asd

8 lines
228 B
Text
Raw Normal View History

2024-01-30 00:48:47 +09:00
(defsystem "hp"
2025-03-29 12:25:19 +09:00
:description "My personal website"
:author "Akira Tempaku <paku@skyizwhite.dev>"
2024-12-20 15:25:14 +09:00
:class :package-inferred-system
2024-01-30 00:48:47 +09:00
:pathname "src"
2024-10-05 22:05:26 +09:00
:depends-on ("hp/main")
2024-01-30 00:48:47 +09:00
:in-order-to ((test-op (test-op "hp-tests"))))