Revision 7ae5906e32919ea1edbb357611e65492a33f05c3 authored by Ranjit Jhala on 13 February 2019, 03:13:49 UTC, committed by Ranjit Jhala on 13 February 2019, 03:13:49 UTC
1 parent 84dab94
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