Commit 77f1d1b672b8039e69a4941941c861948abee47e Parent: 3aa05611b5515fb20c35dc72429c0eeecb73b6ce Author: mcol <mcol@posteo.net> Date: 2021-11-24 22:32:34 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-24 22:32:34 +0000 add make run
Makefile Modified
@@ -28,3 +28,8 @@ rebuild: ## Clean and then build @stack clean @stack build + +.PHONY: run +run: ## Run gitserve on this repository into ./output/ + rm -rf output + stack run