From ed5ce07e2146a0ddece958f55d6931c23626001b Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 23 Dec 2021 03:51:32 +0000 Subject: [PATCH] Display return code in terminal if failed --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83e60ba..c00e067 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ .PHONY: zsh zsh: - mkdir ~/.zsh - git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen + mkdir -p ~/.zsh + git submodule update --init $(STOW) -t $(HOME) $@ .PHONY: termux -- Gitblit v1.10.0