kaynak dosyalar src dizinine taşındı

This commit is contained in:
riton
2025-03-28 21:52:26 +03:00
parent 4b494af460
commit 80152b6092
6 changed files with 2 additions and 1 deletions

View File

@@ -3,13 +3,14 @@
:license "GPLv3" :license "GPLv3"
:depends-on (uiop) :depends-on (uiop)
:description "Markdown dosyalarından HTML jenerasyonu yapan yazılım." :description "Markdown dosyalarından HTML jenerasyonu yapan yazılım."
:pathname "src/"
:components ((:file "paket") :components ((:file "paket")
(:file "tanım") (:file "tanım")
(:file "okur") (:file "okur")
(:file "üretim") (:file "üretim")
(:file "ana")) (:file "ana"))
:build-operation "program-op" :build-operation "program-op"
:build-pathname "html-üret" :build-pathname "../html-üret"
:entry-point "html-jen::ana" :entry-point "html-jen::ana"
:in-order-to ((test-op (test-op "html-jen/testler")))) :in-order-to ((test-op (test-op "html-jen/testler"))))