Change the check rule in Makefile
Since ghc won't trigger recompilation due to the -fhpc flag, it's not useful to rm && make test, as this will only relink the binary. Therefore we simplify this rule.
Please register or sign in to comment
Since ghc won't trigger recompilation due to the -fhpc flag, it's not useful to rm && make test, as this will only relink the binary. Therefore we simplify this rule.