update makefile

This commit is contained in:
2025-08-23 19:00:17 -04:00
parent 72d1b26b86
commit ac7b2e6e9e

View File

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