We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6f880 commit 5bc2568Copy full SHA for 5bc2568
compiler/Makefile
@@ -22,14 +22,14 @@ clean:
22
rm -rf ../bin
23
# If problems still persist after this, remove all GHC compilers in ~/.stack/programs/**/
24
25
-ghci-irtester:
26
- stack ghci --main-is Troupe-compiler:exe:irtester --no-load
27
-
28
-ghci-troupec:
29
- stack ghci --main-is Troupe-compiler:exe:troupec --no-load
30
31
test:
32
stack test $(STACK_OPTS)
33
34
parser-info:
35
stack exec happy -- -i src/Parser.y
+
+ghci/irtester:
+ stack ghci --main-is Troupe-compiler:exe:irtester --no-load
+ghci/troupec:
+ stack ghci --main-is Troupe-compiler:exe:troupec --no-load
0 commit comments