Skip to content

Commit 74cfa7b

Browse files
committed
update
1 parent 9d64417 commit 74cfa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You need a C++ compiler with C++17 support, [GNU Bison] and [Flex] to compile Pa
9494
```bash
9595
~$ flex -o./verilog_lexer.yy.cc parser-verilog/verilog_lexer.l
9696
~$ bison -d -o verilog_parser.tab.cc parser-verilog/verilog_parser.yy
97-
~$ g++ -std=c++17 -I parser-verilog/ verilog_parser.tab.cc verilog_lexer.yy.cc example/simple_parser.cpp -o simple_parser -lstdc++fs
97+
~$ g++ -std=c++17 -I parser-verilog/ verilog_parser.tab.cc verilog_lexer.yy.cc example/sample_parser.cpp -o sample_parser -lstdc++fs
9898
```
9999

100100
# Compile Tests

0 commit comments

Comments
 (0)