]> sourceware.org Git - lvm2.git/commitdiff
Remove *.t in test/api's make clean target.
authorPetr Rockai <prockai@redhat.com>
Fri, 7 Jan 2011 13:07:10 +0000 (13:07 +0000)
committerPetr Rockai <prockai@redhat.com>
Fri, 7 Jan 2011 13:07:10 +0000 (13:07 +0000)
test/api/Makefile.in

index b3fb7510d776d5a49a414bfc1872c2cf7f2dbbab..4c2e8871f1943fc59bb6919ab29d7bcfbbe1f447 100644 (file)
@@ -59,3 +59,6 @@ wrapper: $(wrapper_OBJECTS) $(DEPLIBS)
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        cd $(top_builddir) && $(SHELL) ./config.status test/api/Makefile
+
+clean:
+       rm -f *.t
This page took 0.041708 seconds and 5 git commands to generate.