feat: add spinning loader animation

This commit is contained in:
2025-12-04 17:08:26 +02:00
parent a3c46bfa7c
commit ed2f24c0e8
2 changed files with 48 additions and 23 deletions

View File

@@ -1,6 +1,11 @@
BIN := $(notdir $(CURDIR))
all: run
all:
@if [ ! -f ".git/hooks/pre-commit" ]; then \
$(MAKE) precommit-install; \
fi
$(MAKE) build
$(MAKE) run
.PHONY: build
build: