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
@ -8,4 +8,4 @@ $(BINDIR)/autom: $(SRCDIR)/main.cpp $(SRCDIR)/command.cpp $(SRCDIR)/inputparser.
.PHONY: clean
clean:
rm -f $(BINDIR)/autom
rm -f $(BINDIR)/autom