Change the check rule in Makefile
authorIustin Pop <iustin@google.com>
Fri, 29 May 2009 08:42:01 +0000 (09:42 +0100)
committerIustin Pop <iustin@google.com>
Mon, 1 Jun 2009 09:18:17 +0000 (11:18 +0200)
commitef53b4b27885a5064b497f24ec7e4aed2fc0fbea
treed039453f148bb8db17f09282b548525c5436f6dc
parent095d7ac0dc0237033fd43df5c7ce9bd88b67f450
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.
Makefile