about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2023-03-29 23:51:02 -0500
committerCase Duckworth2023-03-29 23:51:02 -0500
commit6ecd50fb45c0876bdb588c1e820991ee680631b0 (patch)
tree339082f7787111c12d3b6c290ac6adbce409eacb /Makefile
parentRemove spurious files (diff)
downloadwikme-6ecd50fb45c0876bdb588c1e820991ee680631b0.tar.gz
wikme-6ecd50fb45c0876bdb588c1e820991ee680631b0.zip
Reorganize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 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)/$@ $<