diff options
-rw-r--r-- | ds9/make.include | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ds9/make.include b/ds9/make.include index 7306abc..6453dda 100644 --- a/ds9/make.include +++ b/ds9/make.include @@ -88,4 +88,7 @@ distclean: clean -rm -rf autom4te.cache parsersclean: - -rm -rf *# *~ $(prefix)/ds9/parsers/*.tcl $(prefix)/ds9/parsers/*.output + -rm -rf $(prefix)/ds9/parsers/*# \ + $(prefix)/ds9/parsers/*~ \ + $(prefix)/ds9/parsers/*.tcl \ + $(prefix)/ds9/parsers/*.output |