From 9d74b1c7c76992634ef6649fa3de15e4e47ab1fe Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 28 Jan 2020 01:19:27 +0800 Subject: fix. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index a3379a4..d290ad9 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # The name of the executable to be created BIN_NAME := moonc # Compiler used -CXX ?= g++ +CXX ?= clang # 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