From 8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Aug 2021 08:56:06 -0400 Subject: Started work on bounding boxes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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= -- cgit v1.2.3