Skip to content

Commit

Permalink
Fixing a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Apr 16, 2020
1 parent 423d929 commit d14acd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ APIs of ABC compiled as a static library.

To build the demo program

* Copy demo.cc and libabc.a to the working directory
* Copy demo.c and libabc.a to the working directory
* Run `gcc -Wall -g -c demo.c -o demo.o`
* Run `g++ -g -o demo demo.o libabc.a -lm -ldl -lreadline -lpthread`

Expand Down

0 comments on commit d14acd8

Please sign in to comment.