1
0
Fork 0
mirror of https://github.com/daylinmorgan/task.mk.git synced 2025-01-09 23:37:31 -06:00
task.mk/docs/examples/check/Makefile

11 lines
263 B
Makefile

.PHONY: check
check: ## get user confirmation or exit
$(call tconfirm,Would you like to proceed?)
@echo "you said yes!"
define USAGE
{a.$(HEADER_STYLE)}usage:{a.end}\n make <recipe>\n\n interactivity w/ task.mk\n
endef
.DEFAULT_GOAL = help
include .task.mk