about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--wikme-module.scm (renamed from src/wikme.scm)0
-rw-r--r--wikme.scm2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 21b4479..7b5b337 100644 --- a/Makefile +++ b/Makefile
@@ -2,10 +2,10 @@
2 2
3PREFIX = /usr/bin 3PREFIX = /usr/bin
4 4
5wikme: wikme.scm src/wikme.scm 5wikme: wikme.scm wikme-module.scm
6 csc -o $@ wikme.scm 6 csc -o $@ wikme.scm
7 7
8.PHONY: install 8.PHONY: install
9 9
10install: wikme 10install: wikme
11 install -Dt $(DESTDIR)$(PREFIX)/$@ $< 11 install -Dt $(DESTDIR)$(PREFIX)/$@ $<
diff --git a/src/wikme.scm b/wikme-module.scm index 14167d6..14167d6 100644 --- a/src/wikme.scm +++ b/wikme-module.scm
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