diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 17:27:08 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 09:20:07 +0200 |
commit | 9f58555d41874cbbef28117c01d677ee67022fae (patch) | |
tree | 71a524860a40f03e7a1ecf0d0ebfc0be8a6e2977 | |
parent | consistent .gitignore entries (diff) | |
download | egor-tensin.github.io-9f58555d41874cbbef28117c01d677ee67022fae.tar.gz egor-tensin.github.io-9f58555d41874cbbef28117c01d677ee67022fae.zip |
Makefile: unfreeze something
I have no idea what stupidity this is again.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ deps: ruby .PHONY: maintenance maintenance: ruby + bundle config set frozen false bundle update @git_status="$$( git status --porcelain=v1 )" && \ |