]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Add PHONY targets to makefile
authorGabriel Dunne <gdunne@quilime.com>
Thu, 20 Jul 2023 21:37:41 +0000 (14:37 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 20 Jul 2023 21:37:41 +0000 (14:37 -0700)
Makefile

index 00a64f6a3a2ca7a8e683313499102602c772f742..c62b6d6e223f377c0becd2cbf9432a5b0f4ca843 100644 (file)
--- 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