diff options
author | Your Name <you@example.com> | 2021-05-14 11:40:31 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-14 11:40:31 -0400 |
commit | 8c884838ced928d29a8436be8b2808766c5a1e53 (patch) | |
tree | f51869c128592a9d00f873f73a08df8ada49679c /configure | |
parent | 5a6248518654ec97d95d2c463e3ffb4be7bbf456 (diff) | |
download | annotator-8c884838ced928d29a8436be8b2808766c5a1e53.tar.gz annotator-8c884838ced928d29a8436be8b2808766c5a1e53.tar.bz2 annotator-8c884838ced928d29a8436be8b2808766c5a1e53.zip |
Changed extension from .txt to .csv
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ LIBS="libconfuse opencv4" CFLAGS="-c -Wall -fPIC -std=c++20" -LDFLAGS="-pthread" +LDFLAGS= SOURCE_DIR="src" |