diff options
author | Your Name <you@example.com> | 2022-02-22 12:54:38 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-22 12:54:38 -0500 |
commit | 0054b0d1dcf1a2d2950cc297b9c595a793827f7a (patch) | |
tree | 0c743bcdc1e3fce50b0ca106adf6753cfabe831a /Makefile | |
parent | 2224cc3a999db3e582cfc140ec176818d3a50c68 (diff) | |
download | libbible-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |