build: optimize dev environment build targets

This commit is contained in:
Khue Doan
2021-12-01 22:44:10 +07:00
parent b3949a42da
commit 738236c7d2
3 changed files with 29 additions and 11 deletions

View File

@ -21,3 +21,7 @@ docs:
lint:
# TODO (feature) Add lint checks for everything
make -C metal lint
dev:
make -C metal cluster env=dev
make -C bootstrap