summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-13 22:38:38 +0200
committerAmlal <amlal@zka.com>2024-07-13 22:38:54 +0200
commit26813ffe1f94b9915ba0ef2e1b57731c37cc7a1f (patch)
treec000c4d02d88b09cc6a6211812bd6390ce9dd33a /makefile
parent0276bcf645b6471668504bf7ec23dd9c55614537 (diff)
[IMP] btb and new revision of zpt-core library.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefile b/makefile
index 69cfe1d..e04801f 100644
--- a/makefile
+++ b/makefile
@@ -1,3 +1,8 @@
.PHONY: build-zpt-core
build-zpt-core:
- g++ -I./inc $(wildcard src/*.cxx) -fPIC -shared -o libzpt-core.so
+ g++ -I./inc $(wildcard src/*.cxx) -std=c++20 -fPIC -shared -o libzpt-core.so
+ cp libzpt-core.so /usr/lib
+
+.PHONY: build-btbuild
+build-btbuild:
+ g++ -I./inc $(wildcard btbuild/*.cxx) -lzpt-core -o btb