diff options
author | Case Duckworth | 2023-03-29 23:51:02 -0500 |
---|---|---|
committer | Case Duckworth | 2023-03-29 23:51:02 -0500 |
commit | 6ecd50fb45c0876bdb588c1e820991ee680631b0 (patch) | |
tree | 339082f7787111c12d3b6c290ac6adbce409eacb /Makefile | |
parent | Remove spurious files (diff) | |
download | wikme-6ecd50fb45c0876bdb588c1e820991ee680631b0.tar.gz wikme-6ecd50fb45c0876bdb588c1e820991ee680631b0.zip |
Reorganize
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 | ||
3 | PREFIX = /usr/bin | 3 | PREFIX = /usr/bin |
4 | 4 | ||
5 | wikme: wikme.scm src/wikme.scm | 5 | wikme: 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 | ||
10 | install: wikme | 10 | install: wikme |
11 | install -Dt $(DESTDIR)$(PREFIX)/$@ $< | 11 | install -Dt $(DESTDIR)$(PREFIX)/$@ $< |