lib/dev/cmd/Info.rb in dev-1.0.221 vs lib/dev/cmd/Info.rb in dev-1.0.222
- old
+ new
@@ -3,9 +3,12 @@
class Info
def self.execute
puts "DEV"
Hash.print_hash("",DEV)
puts " "
+ puts "CLEAN " + CLEAN.to_s
+ puts "CLOBBER " + CLOBBER.to_s
+ puts "BUILD_PRODUCTS " + BUILD_PRODUCTS.to_s
puts "CMD"
Hash.print_hash("",CMD)
puts " "
end
end # class Info
\ No newline at end of file