diff options
author | riton <riton@riton.home> | 2025-03-28 21:52:26 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-03-28 21:52:26 +0300 |
commit | 80152b609225285251a49d1532bf8746bfbab35d (patch) | |
tree | 50faec2cdc1dea1cb0aa84dffa48ab3970af2952 /html-jen.asd | |
parent | 4b494af46035e80bb741881c1717c789638607c5 (diff) |
kaynak dosyalar src dizinine taşındı
Diffstat (limited to 'html-jen.asd')
-rw-r--r-- | html-jen.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html-jen.asd b/html-jen.asd index 200e777..737c3a7 100644 --- a/html-jen.asd +++ b/html-jen.asd @@ -3,13 +3,14 @@ :license "GPLv3" :depends-on (uiop) :description "Markdown dosyalarından HTML jenerasyonu yapan yazılım." + :pathname "src/" :components ((:file "paket") (:file "tanım") (:file "okur") (:file "üretim") (:file "ana")) :build-operation "program-op" - :build-pathname "html-üret" + :build-pathname "../html-üret" :entry-point "html-jen::ana" :in-order-to ((test-op (test-op "html-jen/testler")))) |