Revision 478762fc47d83356cf369aa7164e31509ac41e9b authored by mkolosick on 20 September 2019, 22:12:54 UTC, committed by mkolosick on 20 September 2019, 22:12:54 UTC
1 parent 3d0e94e
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