about summary refs log tree commit diff stats
path: root/chicanery.egg
diff options
context:
space:
mode:
authorCase Duckworth2023-08-13 23:13:53 -0500
committerCase Duckworth2023-08-13 23:13:53 -0500
commitf4e64d32c5de15ddcc39ee9545ca5d465cc3d80d (patch)
tree0b7c1a1a78acb8272e8102a0c963614a71d447a1 /chicanery.egg
parentI don't even know any more (diff)
parentUpdate README (diff)
downloadchicanery-f4e64d32c5de15ddcc39ee9545ca5d465cc3d80d.tar.gz
chicanery-f4e64d32c5de15ddcc39ee9545ca5d465cc3d80d.zip
Return to the good old working days
Diffstat (limited to 'chicanery.egg')
-rw-r--r--chicanery.egg18
1 files changed, 4 insertions, 14 deletions
diff --git a/chicanery.egg b/chicanery.egg index e959cb8..2bce2f1 100644 --- a/chicanery.egg +++ b/chicanery.egg
@@ -7,20 +7,10 @@
7 (category lang-exts) 7 (category lang-exts)
8 (dependencies r7rs utf8) 8 (dependencies r7rs utf8)
9 (components 9 (components
10 (extension chicanery.base 10 (extension chicanery
11 (source chicanery.base.scm) 11 (source chicanery.scm)
12 (types-file) ; I don't know what this does ... 12 (types-file) ; I don't know what this does ...
13 (inline-file) 13 (inline-file)
14 (csc-options "-X" "r7rs" "-R" "r7rs" 14 (csc-options "-X" "r7rs" "-R" "r7rs"
15 "-X" "utf8" "-R" "utf8")) 15 "-X" "utf8" "-R" "utf8"
16 (extension chicanery.extras 16 "-no-warnings"))))
17 (source chicanery.extras.scm)
18 (component-dependencies chicanery.base)
19 (types-file)
20 (inline-file))
21 (extension chicanery
22 (source chicanery.scm)
23 (component-dependencies chicanery.base
24 chicanery.extras)
25 (types-file)
26 (inline-file))))