Migrate to latest project structure
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user