wd

Workdir changer
git clone https://git.sinitax.com/sinitax/wd
Log | Files | Refs | LICENSE | sfeed.txt

commit 26bdf069ef3de034d9d417fc0859843289c69e20
parent 77291082d73fd8a59f57ed3430de22d8d87b3eb4
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri, 24 May 2024 16:39:51 +0200

Add clean target to PHONY

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

diff --git a/Makefile b/Makefile @@ -17,4 +17,4 @@ install: uninstall: rm -f "$(DESTDIR)$(PREFIX)$(BINDIR)/wd" -.PHONY: all install uninstall +.PHONY: all install uninstall clean