Migrate to latest project structure

This commit is contained in:
2025-01-08 12:30:55 +01:00
parent c3106d9ebc
commit f73fe7fae2
11 changed files with 181 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
# Define linker flags here, like: -lsqlite3 -lpthread
LDLIBS := -lm -lpthread -lsqlite3
LDLIBS := -lsqlite3
# Dir name becomes product name.
PROJ := $(shell basename $$(pwd))
@@ -13,7 +13,7 @@ PRODUCT := tool
# Single source of truth for version.
MAJOR := 1
MINOR := 0
PATCH := 0
PATCH := 1
# Specify desired C++ standard for this project.
CXXFLAGS += -std=c++20