mirror of https://github.com/YosysHQ/yosys.git
Small Makefile typo fix
This commit is contained in:
parent
95f1eb9b87
commit
dd699e03c1
4
Makefile
4
Makefile
|
@ -31,8 +31,8 @@ SMALL = 0
|
|||
|
||||
all: top-all
|
||||
|
||||
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I${DESTDIR}/include
|
||||
LDFLAGS = -L${DESTDIR}/lib
|
||||
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I$(DESTDIR)/include
|
||||
LDFLAGS = -L$(DESTDIR)/lib
|
||||
LDLIBS = -lstdc++ -lm
|
||||
SED = sed
|
||||
BISON = bison
|
||||
|
|
Loading…
Reference in New Issue