Update README.md

This commit is contained in:
Question 2021-07-13 02:14:45 -05:00
parent 9265e72bbf
commit 5ebf896581
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ make
``` ```
to build. to build.
* If you don't have twili debugger installed then delete the -ltwili flag on the Makefile to compile: If you don't have twili debugger installed then delete the -ltwili flag on the Makefile to compile:
``` ```
LIBS: -ltwili LIBS: -ltwili
``` ```