diff Makefile @ 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 be31ff9e5f58
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