about summary refs log tree commit diff stats
path: root/wikme.scm
diff options
context:
space:
mode:
authorCase Duckworth2023-03-29 23:51:02 -0500
committerCase Duckworth2023-03-29 23:51:02 -0500
commit6ecd50fb45c0876bdb588c1e820991ee680631b0 (patch)
tree339082f7787111c12d3b6c290ac6adbce409eacb /wikme.scm
parentRemove spurious files (diff)
downloadwikme-6ecd50fb45c0876bdb588c1e820991ee680631b0.tar.gz
wikme-6ecd50fb45c0876bdb588c1e820991ee680631b0.zip
Reorganize
Diffstat (limited to 'wikme.scm')
-rw-r--r--wikme.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wikme.scm b/wikme.scm index ac7111c..b0a5177 100644 --- a/wikme.scm +++ b/wikme.scm
@@ -5,7 +5,7 @@
5 (chicken process-context) 5 (chicken process-context)
6 (chicken port)) 6 (chicken port))
7 7
8(include "src/wikme") 8(include "wikme-module")
9 9
10 10
11 11