website/website.asd

8 lines
243 B
Text
Raw Permalink Normal View History

2025-05-02 09:39:55 +09:00
(defsystem "website"
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"
2025-05-02 09:39:55 +09:00
:depends-on ("website/main")
:in-order-to ((test-op (test-op "website-tests"))))