Skip to content

Commit b951514

Browse files
committed
Correct nqp binary cleanup in realclean target
1 parent 547d08a commit b951514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/Makefile-Moar.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ release: manifest
6666
distclean: realclean
6767

6868
realclean: clean
69-
$(RM_F) Makefile MANIFEST config.status nqp
69+
$(RM_F) Makefile MANIFEST config.status nqp$(BAT)
7070

7171
testclean:
7272

0 commit comments

Comments
 (0)