Revision d4c6f6f15c1b33773937e952c68e24a6bd6d279e authored by Anish Tondwalkar on 08 November 2019, 23:31:48 UTC, committed by Anish Tondwalkar on 08 November 2019, 23:31:48 UTC
1 parent 1fc8b1d
Raw File
Makefile

tags:
	hasktags -c src/
	hasktags -e src/
	hasktags -x -c src/

ghcid:
	stack exec -- ghcid --command="stack ghci --ghci-options=-fno-code"
back to top