yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ac7b2e6e9e131f58c8c6d7e3151b1e40e1bae226
parent 72d1b26b865b868bcfe64187f5a489a8ad7fddb4
Author: vx-clutch <[email protected]>
Date:   Sat, 23 Aug 2025 19:00:17 -0400

update makefile

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -35,10 +35,10 @@ uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/yait clean: - $(RM) -rf bin - $(RM) -rf build + $(RM) -r bin + $(RM) -r build dist-clean: clean - $(RM) -f config.mak + $(RM) config.mak .PHONY: all clean dist-clean install uninstall build