diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2020-04-15 22:10:52 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2020-04-15 22:10:52 -0700 |
commit | d14acd8e2ecbf8609dbd80da38d7ed5118426e8f (patch) | |
tree | be672cea55948ff3e5ba1ee0f5b913ec36cb8149 | |
parent | 423d929d5a195506aab5780a6ea84deae1090143 (diff) | |
download | abc-d14acd8e2ecbf8609dbd80da38d7ed5118426e8f.tar.gz abc-d14acd8e2ecbf8609dbd80da38d7ed5118426e8f.tar.bz2 abc-d14acd8e2ecbf8609dbd80da38d7ed5118426e8f.zip |
Fixing a typo.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |