Make makefile CC var optional

This commit is contained in:
2019-06-19 20:04:03 +02:00
parent cbc45ca76a
commit 2901b164b7

View File

@@ -1,4 +1,4 @@
CC = g++
CC ?= g++
CFLAGS = -std=c++17 -Wall -g
LFLAGS = -lstdc++fs