diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-24 15:06:45 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-24 16:14:19 +0200 |
commit | 2f54345cff3aea768bb89754654127a3b0ee58e9 (patch) | |
tree | a0a1922d0a271f1af35e22c29b7c3cf61f39525e /Makefile | |
parent | e589289df7662f076d12f7237321b429401952e2 (diff) | |
download | yosys-2f54345cff3aea768bb89754654127a3b0ee58e9.tar.gz yosys-2f54345cff3aea768bb89754654127a3b0ee58e9.tar.bz2 yosys-2f54345cff3aea768bb89754654127a3b0ee58e9.zip |
Added "cover" command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ TARGETS = yosys yosys-config all: top-all -CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -D_YOSYS_ -fPIC -I${DESTDIR}/include +CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I${DESTDIR}/include LDFLAGS = -L${DESTDIR}/lib LDLIBS = -lstdc++ -lreadline -lm -ldl QMAKE = qmake-qt4 |