Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 61f6ba6

Browse files
author
Matthias Koeppe
committed
Makefile: Add top-level targets build-local, build-venv
1 parent d6831b1 commit 61f6ba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ all: base-toolchain
1515
build: base-toolchain
1616
$(MAKE) all-build
1717

18+
build-local: base-toolchain
19+
$(MAKE) all-build-local
20+
21+
build-venv: base-toolchain
22+
$(MAKE) all-build-venv
23+
1824
start: base-toolchain
1925
$(MAKE) build-start
2026

0 commit comments

Comments
 (0)