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
@qlot install ; npm i
dev: ## Run dev mode
@npm run dev
@qlot install
help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \