Added make build as an alias for make all

This commit is contained in:
Christopher Haster
2020-11-26 15:31:35 -06:00
parent 499083765c
commit fe42d102a5

View File

@@ -32,7 +32,7 @@ override TFLAGS += -v
endif
all: $(TARGET)
all build: $(TARGET)
asm: $(ASM)