diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-08-20 09:46:05 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-08-20 09:46:05 +0200 |
commit | 1af1cebb64b5d8d3f0a66d01d05762a15b3bc0db (patch) | |
tree | d435ea29a37c2a4bc6a7e16bc54fa139e95505d3 /Makefile | |
parent | 0003743432dc804f65e61253ee71883175693d86 (diff) | |
download | yosys-1af1cebb64b5d8d3f0a66d01d05762a15b3bc0db.tar.gz yosys-1af1cebb64b5d8d3f0a66d01d05762a15b3bc0db.tar.bz2 yosys-1af1cebb64b5d8d3f0a66d01d05762a15b3bc0db.zip |
Minor fixes in abc build instructions and abc pass
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ yosys-svgviewer: libs/svgviewer/*.h libs/svgviewer/*.cpp abc: test -d abc || hg clone https://bitbucket.org/alanmi/abc abc - cd abc && hg pull && make + cd abc && hg pull && hg update && make cp abc/abc yosys-abc test: yosys |