🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit ba6e62a8f874cf41f14e338158c9a97431e28ec9
Parent: 737c3b80c0a33f8db1b7bf5eaa3eca949049f553
Author: mcol <mcol@posteo.net>
Date: 2021-11-27 18:49:29 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-27 18:49:29 +0000

add `make all` to lint, format, rebuild, test

Makefile Modified

@@ -37,3 +37,6 @@
 .PHONY: test
 test: ## Run the "tests"
 	bash ./test/test.sh
+
+.PHONY: all
+all: lint format rebuild test ## Lint, format, rebuild, test