diff options
author | Your Name <you@example.com> | 2022-02-23 14:46:21 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-23 14:46:21 -0500 |
commit | 11f6903b4bac951d527e57e0077f719b602c7a6e (patch) | |
tree | e3eb135850454776288188b8225156bc314c01bf /Makefile | |
parent | f0ffaa2e3db4498b4cb737e570d0db80c05fba50 (diff) | |
download | libbible-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |