aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-19 10:05:45 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 10:18:33 +0100
commitecd15e3f6731a8298e9cd3ebc45e1875e8c19063 (patch)
treed976a5fd710cc39350a37a2aa2f37fd08d0926f5 /Makefile
parentNo idea, to tired. (diff)
downloadcalp-ecd15e3f6731a8298e9cd3ebc45e1875e8c19063.tar.gz
calp-ecd15e3f6731a8298e9cd3ebc45e1875e8c19063.tar.xz
Now it links, but segfaults.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7d9337d8..e9c3140b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ CC := g++
OBJDIR = obj
CFLAGS = -std=gnu++11 -Wall -Wextra -Wno-reorder \
- -ggdb -fPIC \
- $(shell guile-config compile)
-LDFLAGS = -fPIC $(shell guile-config link)
+ -ggdb -fPIC # \
+ # $(shell guile-config compile)
+LDFLAGS = -fPIC # $(shell guile-config link)
H_FILES = $(wildcard *.h)
C_FILES = $(wildcard *.cpp)