crypton/Makefile
2015-05-03 14:26:21 +01:00

9 lines
61 B
Makefile

all:
cabal build
check: QA
./QA
QA: QA.hs
ghc --make QA