diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-03-03 21:31:40 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-03-03 21:31:40 (GMT) |
commit | ba8061452f32fac6265da4cc8763d2f2a8f1bb43 (patch) | |
tree | fc31242d9ce6780febb82922b3d1627e617bbdc7 /ds9/make.include | |
parent | 32752f6a7d87c794ac91c88e355fce0fa95dfbcb (diff) | |
download | blt-ba8061452f32fac6265da4cc8763d2f2a8f1bb43.zip blt-ba8061452f32fac6265da4cc8763d2f2a8f1bb43.tar.gz blt-ba8061452f32fac6265da4cc8763d2f2a8f1bb43.tar.bz2 |
simplify ds9 parsers
Diffstat (limited to 'ds9/make.include')
-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 |