mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
resolve conflicts
This commit is contained in:
commit
0e7febbe94
4
makefile
4
makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user