aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-02-22 12:54:38 -0500
committerYour Name <you@example.com>2022-02-22 12:54:38 -0500
commit0054b0d1dcf1a2d2950cc297b9c595a793827f7a (patch)
tree0c743bcdc1e3fce50b0ca106adf6753cfabe831a /Makefile
parent2224cc3a999db3e582cfc140ec176818d3a50c68 (diff)
downloadlibbible-0054b0d1dcf1a2d2950cc297b9c595a793827f7a.tar.gz
libbible-0054b0d1dcf1a2d2950cc297b9c595a793827f7a.tar.bz2
libbible-0054b0d1dcf1a2d2950cc297b9c595a793827f7a.zip
Added a unit test for language name mapping
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b08ed50..6533081 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
export version = 1.0.1
override CXXFLAGS += -MMD -Wall -std=c++20
+export CXXFLAGS
override LDFLAGS += -Lsrc/lib -lbible
SOURCES = $(wildcard src/*.cc)
OBJECTS = $(SOURCES:.cc=.o)