summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-09 20:38:02 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-09 20:38:02 +0100
commitd626117e8eb68223b2cdbfd427751916b2d3fe32 (patch)
treec8aa388f68dcaabee9349ba7ee0974f30d44d559 /Makefile
parent69650452f373514df079cd841f2dff414ba127df (diff)
add 'make repl'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4e0d59e..1189096b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,5 @@
2all: 2all:
3 cabal install --constraint="indentation -trifecta" 3 cabal install --constraint="indentation -trifecta"
4 4
5repl:
6 cd test && ghci -i../src runTests.hs