Merge pull request #22 from orbea/clang

Makefile: Respect the CXX environment variable.
This commit is contained in:
Alcaro
2019-07-20 18:31:45 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ FNAME_gtk := flips
FNAME_windows := flips.exe
FNAME_cli := flips
CXX = g++
CXX ?= g++
XFILES :=