summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c0b610..271e7f1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,8 @@ OBJ := \
$(patsubst %.c,%.o,$(filter %.c,$(SRC))) \
$(patsubst %.cpp,%.o,$(filter %.cpp,$(SRC)))
+### use c++ for all files (the gtkglarea .c files will be removed shortly)
+CFLAGS += -x c++
### link the program
.PHONY: all static