notes.velouria.dev/Makefile

13 lines
257 B
Makefile

.DEFAULT_GOAL := help
help:
@echo "Available targets:"
@echo " publish Restart Docker Compose."
@echo " preview Run 'npx quartz build --serve'."
preview:
@npx quartz build --serve
publish:
@./scripts/publish.sh
@docker compose restart