Skip to content

Commit

Permalink
Add some missing files to the make clean target for the JVM backend
Browse files Browse the repository at this point in the history
These files were left behind on `make clean` and `make realclean`.
  • Loading branch information
patrickbkr committed Aug 27, 2020
1 parent c741582 commit 58e729f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/templates/jvm/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ RUNTIME_JAR = rakudo-runtime.jar
@bpv(CLEANUPS)@ = \
$(RUNTIME_JAR) \
rakudo-eval-server \
perl6-eval-server \
rakudo-jdb-server \
eval-client.pl
perl6-jdb-server \
eval-client.pl \
perl6-j \
perl6-debug-j

@bpv(ML_EXTRA)@ = @nfp(src/vm/jvm/Perl6/JavaModuleLoader.nqp)@
@bpv(RAKUDO_DEPS_EXTRA)@ = $(RUNTIME_JAR)
Expand Down

0 comments on commit 58e729f

Please sign in to comment.