From e59596db6f3e92098fdc0c3715f0a41cd10a0333 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 20 Sep 2024 15:50:58 +0200 Subject: Add new contract for buildable manifests. Signed-off-by: Amlal --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index bf257aa..43b8cbb 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ build-btb-core: .PHONY: build-btb build-btb: - sudo g++ -I./inc $(wildcard cli/*.cxx) -std=c++20 -L/usr/local -lbtb -o btb + sudo g++ -I./inc $(wildcard cli/*.cxx) $(wildcard src/*.cxx) -std=c++20 -L/usr/local -lbtb -o btb sudo cp btb /usr/local/bin .PHONY: help -- cgit v1.2.3