Renamed some definitions in the Makefile

This commit is contained in:
Ulysse Cura 2025-08-11 18:47:36 +02:00
parent bcb33a0683
commit 3ba2e081b4
1 changed files with 2 additions and 2 deletions

View File

@ -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