aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-28 01:19:27 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-28 01:19:27 +0800
commit9d74b1c7c76992634ef6649fa3de15e4e47ab1fe (patch)
tree91b00108601a21e403237b8e063e0cc4e39a62cf /makefile
parentfb47c11bd942c83317f1f9a2e255535649401cbf (diff)
downloadyuescript-9d74b1c7c76992634ef6649fa3de15e4e47ab1fe.tar.gz
yuescript-9d74b1c7c76992634ef6649fa3de15e4e47ab1fe.tar.bz2
yuescript-9d74b1c7c76992634ef6649fa3de15e4e47ab1fe.zip
fix.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a3379a4..d290ad9 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
2# The name of the executable to be created 2# The name of the executable to be created
3BIN_NAME := moonc 3BIN_NAME := moonc
4# Compiler used 4# Compiler used
5CXX ?= g++ 5CXX ?= clang
6# Extension of source files used in the project 6# Extension of source files used in the project
7SRC_EXT = cpp 7SRC_EXT = cpp
8# Path to the source directory, relative to the makefile 8# Path to the source directory, relative to the makefile