summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-01-27 01:33:02 +0000
committerArun Isaac2023-01-27 01:33:02 +0000
commit1e94b6c53ed8548875fc0a9118d260da69cf4e13 (patch)
tree388259812824ce282447c7c1aefd501fdb70e1a3
parentbee72777a0f2bd17a7ca3ec17783cfa80aa7b303 (diff)
downloadtissue-1e94b6c53ed8548875fc0a9118d260da69cf4e13.tar.gz
tissue-1e94b6c53ed8548875fc0a9118d260da69cf4e13.tar.lz
tissue-1e94b6c53ed8548875fc0a9118d260da69cf4e13.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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4537e1..e733db6 100644
--- a/Makefile
+++ b/Makefile
@@ -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