aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-03-02 18:57:14 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-02 18:57:14 +0100
commit5bed90ae3a83c6ff456607e1b5541308ce9bcab9 (patch)
treef98c33d5f15b234cc915abfb3c23b3c108542440 /Makefile
parent5bb7578c91807292b6046c1168bd9531f45fa342 (diff)
downloadyosys-5bed90ae3a83c6ff456607e1b5541308ce9bcab9.tar.gz
yosys-5bed90ae3a83c6ff456607e1b5541308ce9bcab9.tar.bz2
yosys-5bed90ae3a83c6ff456607e1b5541308ce9bcab9.zip
Finished "extract -mine" feature
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 162fe5560..392d50f6b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ TARGETS = yosys
all: top-all
-CXXFLAGS = -Wall -Wextra -ggdb -I$(shell pwd) -MD
+CXXFLAGS = -Wall -Wextra -ggdb -I$(shell pwd) -MD -D_YOSYS_
LDFLAGS =
LDLIBS = -lstdc++ -lreadline -lm