diff --git a/Makefile b/Makefile index 8c7638b..94e70f7 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ clean: rm -f $(BIN_DIR)/main.hex build: clean + mkdir -p $(BUILD_DIR) + pushd $(SRC_DIR); $(CC) $(CFLAGS)$(AARCH) -c delay.c; popd pushd $(SRC_DIR); $(CC) $(CFLAGS)$(AARCH) -c utils.c; popd pushd $(SRC_DIR); $(CC) $(CFLAGS)$(AARCH) -c column.c; popd