Skip to content

Commit 5bc2568

Browse files
committed
Move 'ghci' targets to the end and differentiate with '/' rather than '-'
1 parent 2b6f880 commit 5bc2568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

compiler/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ clean:
2222
rm -rf ../bin
2323
# If problems still persist after this, remove all GHC compilers in ~/.stack/programs/**/
2424

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-
3125
test:
3226
stack test $(STACK_OPTS)
3327

3428
parser-info:
3529
stack exec happy -- -i src/Parser.y
30+
31+
ghci/irtester:
32+
stack ghci --main-is Troupe-compiler:exe:irtester --no-load
33+
34+
ghci/troupec:
35+
stack ghci --main-is Troupe-compiler:exe:troupec --no-load

0 commit comments

Comments
 (0)