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

Commit 6b0ba9926643f55798a87aef2d4b9f531399a25b
Parent: a27c64028fadb21e9a611d024d5f9c0f79ec34bf
Author: mcol <mcol@posteo.net>
Date: 2021-11-23 00:27:20 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-23 00:27:20 +0000

Fix the makefile

Makefile Modified

@@ -13,11 +13,11 @@
 	@hlint src
 
 .PHONY: format
-format: ## Check the source code
+format: ## Auto-format the source code
 	@fourmolu -m inplace src/*
 
 .PHONY: install
-install: ## Clean generated files
+install: ## Install the compiled executable
 	@stack install
 
 .PHONY: clean