From e631e5c0ceda0301a49a879178ba93c5141dccff Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 19 Jul 2024 15:53:09 +0200 Subject: [IMP] many improvements and complete implementation of btb. Signed-off-by: Amlal --- makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefile') 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" -- cgit v1.2.3