summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-11-25 10:16:06 -0500
committerRobby Zambito <contact@robbyzambito.me>2021-11-25 10:16:06 -0500
commit4da70f3c35f3d5d971a27725ffbbc67f634c30b8 (patch)
treecdc2543198b0c9c2c8368339925176719202925f /Makefile
parentca2a01f92e6c62aaa926edb22f5cd9f8259244c8 (diff)
Added manifest.scm
Useful for creating reproducible build environments Also bumped guile version to 3.0 Moved stdio.h include above readline includes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf2e8a2..332c8b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LIBRARIES = -lm \
- `pkg-config --libs --cflags guile-2.2` \
+ `pkg-config --libs --cflags guile-3.0` \
`pkg-config --libs --cflags readline` \
-Iinclude