Fix incorrect bootstrap make target

This commit is contained in:
Khue Doan 2021-09-01 20:18:01 +07:00
parent f1263eb9b4
commit e68c569f24

View File

@ -7,8 +7,8 @@ metal:
make -C metal
.PHONY: bootstrap
apps:
make -C apps
bootstrap:
make -C bootstrap
.PHONY: tools
tools: