added skip clean

This commit is contained in:
Joe 2009-12-16 12:42:36 -08:00
parent ff08853e2e
commit 279c7d8b1b

View file

@ -16,4 +16,6 @@ class ObjectiveCaml <Formula
system "make opt.opt"
system "make install"
end
def skip_clean? path; true; end
end