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 bbf9ecc commit 82dcfbaCopy full SHA for 82dcfba
tools/build/Makefile-Moar.in
@@ -71,7 +71,7 @@ m-install: m-all
71
$(PERL) tools/build/install-moar-runner.pl $(PREFIX)
72
73
# FIXME:
74
-M_CLEANUPS: *.moarvm gen/moar/*
+M_CLEANUPS = *.moarvm gen/moar/* $(M_RUNNER)
75
76
m-clean:
77
$(RM_RF) $(M_CLEANUPS)
tools/build/Makefile-Parrot.in
@@ -432,6 +432,7 @@ P_CLEANUPS = \
432
$(NQP_MO_PBC) \
433
$(QREGEX_PBC) \
434
$(P6QREGEX_PBC) \
435
+ $(QAST_PBC) \
436
$(QASTNODE_PBC) \
437
$(CORE_SETTING_PBC) \
438
$(MODULE_LOADER_PBC) \
0 commit comments