aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-07-21 18:29:30 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-07-21 18:29:30 +0200
commit9a37c961b50495ccd4301621f7d5018508246aa6 (patch)
treee156ffa2f87564513daee85f300c01b0cad1bc34 /Makefile
parentRemove fetch script. (diff)
downloadcalp-9a37c961b50495ccd4301621f7d5018508246aa6.tar.gz
calp-9a37c961b50495ccd4301621f7d5018508246aa6.tar.xz
Add guile_auto_compile env var to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ec726f4..7070be29 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ SRCDIR = src
LIBDIR = lib
export LD_LIBRARY_PATH=$(PWD)/$(LIBDIR)
+export GUILE_AUTO_COMPILE=0
CFLAGS = -std=gnu11 -Wall -Wextra -ggdb -fPIC $(shell guile-config compile)
LDFLAGS = $(shell guile-config link)