aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-11-24 16:49:29 -0500
committerYour Name <you@example.com>2020-11-24 16:49:29 -0500
commitde89946f5fe78323f113c6216c8b994a1eba49fe (patch)
treead2c59484b5a4d6588e5efc0cc304172245aeeb4 /Makefile
parent51734065a38cf6db48fe9fb4b16461ce424cad90 (diff)
downloadlibbible-de89946f5fe78323f113c6216c8b994a1eba49fe.tar.gz
libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.tar.bz2
libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.zip
Removed dependency on unzip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7437b2..032e165 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=g++
-LIBS=sword
-CFLAGS=-c -Wall -fPIC
+LIBS=sword minizip
+CFLAGS=-c -Wall -fPIC -std=c++17
LDFLAGS=
SOURCES=libbible.cc mods.cc settings.cc
OBJECTS=$(SOURCES:.cc=.o)