aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2023-11-12 15:20:02 +0100
committerJan Sucan <jan@jansucan.com>2023-11-12 15:20:02 +0100
commit69b93c3b43210c7745f6ff07ad64a6a8f861e0b9 (patch)
tree31a36bf9191ff324aa103509661a751c1126ab0e /src/Makefile
parentbdcce656c964c6d94d85639e3f064fc8aef0c124 (diff)
Switch from C to C++ compiler
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4deaaec..7c5cb1f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-CC=gcc
+CC=g++
CFLAGS=-Wall -fmax-errors=2
SOURCES=*.c