summaryrefslogtreecommitdiff
path: root/kurt.asd
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-08-22 01:13:28 +0300
committermRnea <akannemre@gmail.com>2024-08-22 01:13:28 +0300
commit3fc13bcdddd09065a9dae1ec054ab8af56c95109 (patch)
tree9bd222aa7a2bac3675fc89ef11a9afc7db74e900 /kurt.asd
parent4c8409da359cf0da14214ccc939c10ac759f76a5 (diff)
added some string escape chars and include path
Diffstat (limited to 'kurt.asd')
-rw-r--r--kurt.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/kurt.asd b/kurt.asd
index 517c5bb..f97bd7d 100644
--- a/kurt.asd
+++ b/kurt.asd
@@ -14,5 +14,5 @@
(:file "main")
(:file "test/tests"))
:build-operation "program-op"
- :build-pathname "test/kurt"
+ :build-pathname "kurt"
:entry-point "kurt:main")