Fix Makefile

This commit is contained in:
Akira Tempaku 2024-04-12 17:13:43 +09:00
parent 507135fee2
commit 1e9840b6dd

View file

@ -1,8 +1,5 @@
install: ## Install dependencies install: ## Install dependencies
@qlot install ; npm i @qlot install
dev: ## Run dev mode
@npm run dev
help: ## Show options help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \ @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \