aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-08-17 08:54:45 -0400
committerYour Name <you@example.com>2021-08-17 08:54:45 -0400
commit5e4240ea795c992635a3cfc464d760205e07bf05 (patch)
treeb2a19cded0a2194a4554ceca7a1bbb69d1633701 /Makefile
parent8c884838ced928d29a8436be8b2808766c5a1e53 (diff)
downloadannotator-5e4240ea795c992635a3cfc464d760205e07bf05.tar.gz
annotator-5e4240ea795c992635a3cfc464d760205e07bf05.tar.bz2
annotator-5e4240ea795c992635a3cfc464d760205e07bf05.zip
Updated keys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8cc7873..0d2c34c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC=g++
LIBS=libconfuse opencv4
-CFLAGS=-c -Wall -fPIC -std=c++20
-LDFLAGS=-pthread
+CFLAGS=-c -Wall -fPIC -std=c++20 -Wno-deprecated-enum-enum-conversion
+LDFLAGS=
SOURCES=src/annotator.cc src/labeller.cc src/playback.cc src/settings.cc src/ui.cc
OBJECTS=$(SOURCES:.cc=.o)
LIBRARY=