Revision d73b9b4270fd60825bd4b949ef6ec7b2a226250a authored by mkolosick on 09 July 2019, 05:14:28 UTC, committed by mkolosick on 09 July 2019, 05:14:28 UTC
1 parent 31fc379
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