From 94ee5426bd711e7393fe550aaa83143946d28e7e Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 20 Jul 2023 14:37:41 -0700 Subject: [PATCH] Add PHONY targets to makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00a64f6..c62b6d6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: init install dev build push clean publish + init: bundle init bundle add jekyll --version "~>4.2" @@ -13,7 +15,7 @@ dev: build: bundle exec jekyll build -pushrepo: +push: git push git push quilime git push gitea -- 2.34.1