diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-03-02 18:57:14 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-02 18:57:14 +0100 |
commit | 5bed90ae3a83c6ff456607e1b5541308ce9bcab9 (patch) | |
tree | f98c33d5f15b234cc915abfb3c23b3c108542440 /Makefile | |
parent | 5bb7578c91807292b6046c1168bd9531f45fa342 (diff) | |
download | yosys-5bed90ae3a83c6ff456607e1b5541308ce9bcab9.tar.gz yosys-5bed90ae3a83c6ff456607e1b5541308ce9bcab9.tar.bz2 yosys-5bed90ae3a83c6ff456607e1b5541308ce9bcab9.zip |
Finished "extract -mine" feature
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |