diff options
| author | Amlal <amlal@zka.com> | 2024-09-20 15:50:58 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-09-20 15:50:58 +0200 |
| commit | e59596db6f3e92098fdc0c3715f0a41cd10a0333 (patch) | |
| tree | d2d126ce86f452add889df780897a2242de73e0e /makefile | |
| parent | 602a5b177636ed55e950b239eedfc0d3217b97e1 (diff) | |
Add new contract for buildable manifests.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
