diff options
author | scop <scop> | 2005-08-27 10:56:43 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-27 10:56:43 +0000 |
commit | 71b67b3ed911647277b2841b018c8053bd907ef4 (patch) | |
tree | 8fd7838671fcb6fb26fd92b9a01e2c14e25189aa | |
parent | ab87f9e8a27fbe30ab97e07d4dc4fd3ad2bad23f (diff) | |
download | vdr-plugin-dxr3-71b67b3ed911647277b2841b018c8053bd907ef4.tar.gz vdr-plugin-dxr3-71b67b3ed911647277b2841b018c8053bd907ef4.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.1.2.18 2005/08/01 17:45:33 scop Exp $ +# $Id: Makefile,v 1.1.2.19 2005/08/27 10:56:43 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 |