aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-02-23 14:46:21 -0500
committerYour Name <you@example.com>2022-02-23 14:46:21 -0500
commit11f6903b4bac951d527e57e0077f719b602c7a6e (patch)
treee3eb135850454776288188b8225156bc314c01bf /Makefile
parentf0ffaa2e3db4498b4cb737e570d0db80c05fba50 (diff)
downloadlibbible-11f6903b4bac951d527e57e0077f719b602c7a6e.tar.gz
libbible-11f6903b4bac951d527e57e0077f719b602c7a6e.tar.bz2
libbible-11f6903b4bac951d527e57e0077f719b602c7a6e.zip
Fixed issue with override and export on same variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc42913..1b88242 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
export version = 1.0.2
override CXXFLAGS += -MMD -Wall -std=c++20
-export CXXFLAGS
override LDFLAGS += -Lsrc/lib -lbible
SOURCES = $(wildcard src/*.cc)
OBJECTS = $(SOURCES:.cc=.o)