diff --git a/Makefile b/Makefile index 271c55f..f333092 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,7 @@ include $(THIS_DIR)/bootstrap/Makefile .PHONY: compile compile: compile-bootstrap +.PHONY: build +build: compile + clean: clean-bootstrap