summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
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