Skip to content

Commit a2aa1cb

Browse files
committed
Add JRuby build output to CLEAN and CLOBBER
1 parent efd67e7 commit a2aa1cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ JAVA_CLASSES = []
9191
JRUBY_PARSER_JAR = File.expand_path("lib/json/ext/parser.jar")
9292
JRUBY_GENERATOR_JAR = File.expand_path("lib/json/ext/generator.jar")
9393

94+
CLEAN.concat FileList["java/src/**/*.class"]
95+
CLEAN << JRUBY_PARSER_JAR
96+
CLEAN << JRUBY_GENERATOR_JAR
97+
98+
CLOBBER << JAVA_PARSER_SRC
99+
94100
which = lambda { |c|
95101
w = `which #{c}`
96102
break w.chomp unless w.empty?

0 commit comments

Comments
 (0)