Renamed some definitions in the Makefile
This commit is contained in:
parent
bcb33a0683
commit
3ba2e081b4
4
Makefile
4
Makefile
|
@ -7,11 +7,11 @@ SOURCES = \
|
||||||
src/bin.cpp
|
src/bin.cpp
|
||||||
|
|
||||||
# Output file name
|
# Output file name
|
||||||
OUTPUT = 2D_Engine_Casio_Tool
|
OUTPUT = json2bin_converter
|
||||||
|
|
||||||
# Compiler and flags
|
# Compiler and flags
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXFLAGS = -std=c++17 -g
|
CXXFLAGS = -std=c++17 -O2
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# Deduce objects
|
# Deduce objects
|
||||||
|
|
Loading…
Reference in New Issue