ruby: Make sure all object files are cleaned up

There were several, large *.o files left over after 'make clean':

$ ls ruby/ext/guestfs/
actions-0.c  actions-2.c  actions-4.c  actions-6.c    handle.c
actions-0.o  actions-2.o  actions-4.o  actions-6.o    handle.o
actions-1.c  actions-3.c  actions-5.c  actions.h      module.c
actions-1.o  actions-3.o  actions-5.o  extconf.rb.in  module.o
This commit is contained in:
Richard W.M. Jones
2025-02-18 11:57:07 +00:00
parent a1ecc0006c
commit 8d61b04dd6

View File

@@ -47,8 +47,8 @@ CLEANFILES += \
t/*~ \
ext/guestfs/*~ \
ext/guestfs/extconf.h \
ext/guestfs/_guestfs.o \
ext/guestfs/_guestfs.$(DLEXT) \
ext/guestfs/*.o \
ext/guestfs/*.$(DLEXT) \
ext/guestfs/mkmf.log \
ext/guestfs/Makefile