Remove Makefile

This commit is contained in:
Akira Tempaku 2024-04-23 00:13:17 +09:00
parent c13a47f2c4
commit 04b66cecb3

View file

@ -1,6 +0,0 @@
install: ## Install dependencies
@qlot install
help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'