summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-19 15:53:09 +0200
committerAmlal <amlal@zka.com>2024-07-19 15:53:09 +0200
commite631e5c0ceda0301a49a879178ba93c5141dccff (patch)
tree2fff4b551db117da01f0e74044f99c6c30e79301 /makefile
parent1aa25fbdb92ed6d24be1433f004ddba9bd6f1c3d (diff)
[IMP] many improvements and complete implementation of btb.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index d78eb6b..8efbff2 100644
--- a/makefile
+++ b/makefile
@@ -7,3 +7,8 @@ build-zpt-core:
build-btbuild:
g++ -I./inc $(wildcard btbuild/*.cxx) -lzpt-core -o btb
cp btb /usr/bin
+
+.PHONY: help
+help:
+ @echo "=> build-zpt-core"
+ @echo "=> build-btbuild"