summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d290ad9..a3379a4 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 ?= clang 5CXX ?= g++
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