From 451b4f0a4e777ee46c29bd8a1bc22e68254c7f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 23 Feb 2019 22:47:01 +0100 Subject: Switch back to C compiler. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ae2ccc0..6daff1d4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ .PHONY: all clean -CC := g++ +CC := gcc OBJDIR = obj -CFLAGS = -std=gnu++11 -Wall -Wextra \ +CFLAGS = -std=gnu11 -Wall -Wextra \ -ggdb -fPIC \ $(shell guile-config compile) LDFLAGS = -fPIC $(shell guile-config link) -- cgit v1.2.3