Revision 843ee3e0ff197e366fa8d5bdd22e53978d739f84 authored by Anish Tondwalkar on 31 May 2019, 08:20:30 UTC, committed by Anish Tondwalkar on 31 May 2019, 08:20:30 UTC
1 parent e06d483
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