changeset 1:4727156927ea

One must use g++ for C++ code, otherwise libstdc++ won't get linked in.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Oct 2019 17:19:47 +0200
parents 3d74a9dd96e4
children b45d8958e5a6
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Oct 27 15:57:55 2019 +0200
+++ b/Makefile	Sun Oct 27 17:19:47 2019 +0200
@@ -1,5 +1,5 @@
 
-CC      = gcc
+CC      = g++
 CFLAGS  = -O2 -Wall -I/usr/include/SDL
 LDFLAGS = -lSDL -lGL -lGLU