From: Frank Mori Hess Date: Sat, 17 Jan 2004 19:18:08 +0000 (+0000) Subject: clean up object files X-Git-Tag: r0_7_22~86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fe5055c25db467d99778a3a6da137c56f64e768;p=comedilib.git clean up object files --- diff --git a/swig/ruby/Makefile.am b/swig/ruby/Makefile.am index ff2b8d1..55a0a7a 100644 --- a/swig/ruby/Makefile.am +++ b/swig/ruby/Makefile.am @@ -28,5 +28,5 @@ ext/comedi.so ext/comedi_ruby_wrap.o: ext/Makefile ext/comedi_ruby_wrap.c $(RUBY) setup.rb setup clean-local: - $(RM) ext/comedi.so ext/Makefile + $(RM) ext/comedi.so ext/Makefile ext/*.o