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