mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
added static libs to makefile
This commit is contained in:
parent
747bdf4aba
commit
5043786513
4
makefile
4
makefile
@ -1,5 +1,5 @@
|
|||||||
CC = g++
|
CC = g++
|
||||||
CFLAGS = -std=c++17 -Wall
|
CFLAGS = -std=c++17 -Wall -static -static-libgcc -static-libstdc++
|
||||||
SRCDIR = ./src
|
SRCDIR = ./src
|
||||||
BINDIR = ./bin
|
BINDIR = ./bin
|
||||||
|
|
||||||
@ -8,4 +8,4 @@ $(BINDIR)/autom: $(SRCDIR)/main.cpp $(SRCDIR)/command.cpp $(SRCDIR)/inputparser.
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BINDIR)/autom
|
rm -f $(BINDIR)/autom
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user