From 3c5b154a9bea4a42db5ad3dd14a77382b839f3fc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 28 Jan 2020 01:32:06 +0800 Subject: fix again. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index d290ad9..a3379a4 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # The name of the executable to be created BIN_NAME := moonc # Compiler used -CXX ?= clang +CXX ?= g++ # Extension of source files used in the project SRC_EXT = cpp # Path to the source directory, relative to the makefile -- cgit v1.2.3-55-g6feb