resolve conflicts

This commit is contained in:
lucaspalomodevelop 2023-07-18 13:22:15 +02:00
commit 0e7febbe94

View File

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -std=c++17 -Wall
CFLAGS = -std=c++17 -Wall -static -static-libgcc -static-libstdc++
SRCDIR = ./src
BINDIR = ./bin