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

Commit

Permalink
Makefile: Add top-level targets build-local, build-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 9, 2021
1 parent d6831b1 commit 61f6ba6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ all: base-toolchain
build: base-toolchain
$(MAKE) all-build

build-local: base-toolchain
$(MAKE) all-build-local

build-venv: base-toolchain
$(MAKE) all-build-venv

start: base-toolchain
$(MAKE) build-start

Expand Down

0 comments on commit 61f6ba6

Please sign in to comment.