Add the build target to the global make file

This commit is contained in:
Sameer Rahmani 2021-01-15 18:34:41 +00:00
parent 13f09e821f
commit 8546c1c562
1 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ include $(THIS_DIR)/bootstrap/Makefile
.PHONY: compile
compile: compile-bootstrap
.PHONY: build
build: compile
clean: clean-bootstrap