Delete assets

This commit is contained in:
Akira Tempaku 2024-06-15 16:42:44 +09:00
parent ee637da21c
commit 1d5a6c1d8a
21 changed files with 16 additions and 423 deletions

View file

@ -1,15 +0,0 @@
install: ## Install dependencies
@qlot install
dev: ## Run dev mode
@tailwindcss -i ./public/global.css -o ./public/dist.css --watch=always < /dev/null &
stop: ## Stop dev mode
@pkill -f tailwind
build: ## Build
@tailwindcss -i ./public/global.css -o ./public/dist.css
help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'