Skip to content

Commit d69248a

Browse files
authored
Merge pull request #11094 from cabalism/typo/rountrip
Typo in Makefile .PHONY target
2 parents 0ea75fe + cf306c9 commit d69248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ custom-setup-tests :
189189
hackage-parsec-tests :
190190
$(CABALRUN) hackage-tests -- parsec +RTS -s -qg -I0 -A64M -N${THREADS} -RTS ${TEST}
191191

192-
.PHONY: hackage-rountrip-tests
192+
.PHONY: hackage-roundtrip-tests
193193
hackage-roundtrip-tests :
194194
$(CABALRUN) hackage-tests -- roundtrip +RTS -s -qg -I0 -A64M -N${THREADS} -RTS ${TEST}
195195

0 commit comments

Comments
 (0)