diff options
author | Arun Isaac | 2023-01-27 01:33:02 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-27 01:33:02 +0000 |
commit | 1e94b6c53ed8548875fc0a9118d260da69cf4e13 (patch) | |
tree | 388259812824ce282447c7c1aefd501fdb70e1a3 | |
parent | bee72777a0f2bd17a7ca3ec17783cfa80aa7b303 (diff) | |
download | tissue-0.1.0.tar.gz tissue-0.1.0.tar.lz tissue-0.1.0.zip |
Makefile: Do not use pre-inst-env.v0.1.0
* Makefile (check): Replace pre-inst-env with --no-auto-compile and
-L.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ all: $(objects) check: for test in $(tests); do \ - ./pre-inst-env $(GUILE) $$test; \ + $(GUILE) --no-auto-compile -L . $$test; \ done dist_archive = $(project)-$(version).tar.lz |