diff options
author | scop <scop> | 2005-08-27 10:55:44 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-27 10:55:44 +0000 |
commit | 636f7a50c8f0f54c707fc40642b767945360ad96 (patch) | |
tree | 54d82f63a0b78367b1f863f555e248efb9e40434 | |
parent | 6774d34cd90300d74394fcb8053af78eed6cffa5 (diff) | |
download | vdr-plugin-dxr3-636f7a50c8f0f54c707fc40642b767945360ad96.tar.gz vdr-plugin-dxr3-636f7a50c8f0f54c707fc40642b767945360ad96.tar.bz2 |
Clean up the versioned *.so, too.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.20 2005/08/16 18:29:46 austriancoder Exp $ +# $Id: Makefile,v 1.21 2005/08/27 10:55:44 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -95,7 +95,7 @@ dist: clean @echo Distribution package created as $(PACKAGE).tgz clean: - @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ \#* + @-rm -f $(OBJS) $(DEPFILE) *.so* *.tgz core* *~ \#* #indent: # emacs -batch --eval '(dolist (file command-line-args-left) (progn (find-file file) (c-indent-region (point-min) (point-max)) (save-buffer)))' *.h *.c |