diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 07c7816..77f93fa 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ check: ; install: $(scripts) install -D $^ --target-directory $(bindir) + # If you are hacking on a Guile project, you presumably have + # guile in your PATH. We want to use that guile and not put in + # a specific guile. $(SED) -i 's|$$(which run64)|$(bindir)/run64|' $(bindir)/guile-run64 website: website/index.html |
