From fe42d102a51a5069adbb2ab2ccebfa3485c85808 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Thu, 26 Nov 2020 15:31:35 -0600 Subject: [PATCH] Added `make build` as an alias for `make all` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 879b767..7cb370b 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ override TFLAGS += -v endif -all: $(TARGET) +all build: $(TARGET) asm: $(ASM)