aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2024-05-09 13:32:10 -0400
committerYour Name <you@example.com>2024-05-09 13:32:10 -0400
commit7597d9b9646a3ccda32ce672a45393d5ab5af976 (patch)
treecda16a24a9c21af619802bf9889833471e837ec7 /Makefile
parent5c57d8636f87efedd0d68c2afb8aa99a961a6c8b (diff)
downloadannotator-7597d9b9646a3ccda32ce672a45393d5ab5af976.tar.gz
annotator-7597d9b9646a3ccda32ce672a45393d5ab5af976.tar.bz2
annotator-7597d9b9646a3ccda32ce672a45393d5ab5af976.zip
Added capacity for multiple rectangle labels; bug fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6032e3..de8b75b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LIBS=libconfuse opencv4
-override CXXFLAGS += -c -Wall -fPIC -std=c++20 -Wno-deprecated-enum-enum-conversion `pkg-config $(LIBS) --cflags`
+override CXXFLAGS += -MMD -Wall -std=c++20 -Wno-deprecated-enum-enum-conversion `pkg-config $(LIBS) --cflags`
override LDFLAGS += `pkg-config $(LIBS) --libs`
SOURCES=$(wildcard src/*.cc)
OBJECTS=$(SOURCES:.cc=.o)