dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f8d664a76d18d5cf7545e2bbf85a6707ff131840 (patch)
parent 8dbcc756f11491d8fd0f51370c2077aea465de35
Author: Alex Karle <alex@alexkarle.com>
Date:   Tue, 29 Oct 2024 09:32:35 -0400

build: Fix makefile missing target

There is no build anymore!

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 \