Commit db5bf6072337d3a192cc836b6b35e402901c240a Parent: 16e54c99cd9e9cb38f4cc1157c114622657ad26c Author: mcol <mcol@posteo.net> Date: 2021-11-27 17:51:35 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-27 17:51:35 +0000 make `make run` quiet
Makefile Modified
@@ -32,7 +32,7 @@ .PHONY: run run: ## Run gitserve on this repository into ./output/ rm -rf output - stack run + stack run -- -q .PHONY: test test: ## Run the "tests"