From f8d664a76d18d5cf7545e2bbf85a6707ff131840 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 29 Oct 2024 09:32:35 -0400 Subject: [PATCH] build: Fix makefile missing target There is no build anymore! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44217d0..6038d57 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ help: @echo run \"make install\" to symlink dotfiles to $(HOME) .PHONY: install -install: build +install: @mkdir -p $$HOME/.config @for f in $(ALL); do \ if [ -e "$$HOME/$$f" ]; then \ -- libgit2 1.1.1