Files
tma/Makefile
Smile Rex a73c99c0a6
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m9s
update
2026-01-10 23:21:03 +03:00

9 lines
152 B
Makefile

build:
git add .
@if git diff --cached --quiet; then \
echo "No changes to commit"; \
else \
git commit -m "update"; \
fi
git push origin main