Add Makefile
This commit is contained in:
parent
5717f11e2d
commit
c0529119f9
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
install: ## Install dependencies
|
||||
@qlot install ; npm i
|
||||
|
||||
css: ## Scan and build tailwindcss
|
||||
@npx tailwindcss -o ./static/tailwind.css --watch
|
||||
|
||||
help: ## Show options
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
|
||||
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
Loading…
Add table
Add a link
Reference in a new issue