Add sleep taget to add delay between some commands

This commit is contained in:
IamTheFij 2023-03-12 10:05:24 -07:00
parent 4f7c41a7a5
commit 2f9a4df668
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
SLEEP_FOR ?= 10
VENV ?= venv
.PHONY: sleep
sleep:
sleep $(SLEEP_FOR)
.PHONY: default
default: check