fix QA building command

This commit is contained in:
Vincent Hanquez 2019-01-06 16:08:48 +00:00
parent 7fc7acb38b
commit 3de65a43a1

View File

@ -1,8 +1,8 @@
all:
cabal build
stack build
check: QA
./QA
QA: QA.hs
ghc --make QA
stack ghc --package haskell-src-exts --package ansi-terminal -- --make QA