diff options
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")))) |