aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)