From: Gabriel Dunne Date: Thu, 20 Jul 2023 21:37:41 +0000 (-0700) Subject: Add PHONY targets to makefile X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=94ee5426bd711e7393fe550aaa83143946d28e7e;p=gabrieldunne.com-site.git Add PHONY targets to makefile --- 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