aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-08-17 08:56:06 -0400
committerYour Name <you@example.com>2021-08-17 08:56:06 -0400
commit8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1 (patch)
tree238d013eb3cfe2dc170a52dec3bfcd72a1e468ca /Makefile
parent8c884838ced928d29a8436be8b2808766c5a1e53 (diff)
downloadannotator-8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1.tar.gz
annotator-8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1.tar.bz2
annotator-8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1.zip
Started work on bounding boxes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cc7873..9e1db82 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC=g++
LIBS=libconfuse opencv4
CFLAGS=-c -Wall -fPIC -std=c++20
-LDFLAGS=-pthread
+LDFLAGS=
SOURCES=src/annotator.cc src/labeller.cc src/playback.cc src/settings.cc src/ui.cc
OBJECTS=$(SOURCES:.cc=.o)
LIBRARY=