From 4db92dce5cb77b7e78b5df571cee2b93b50cb87e Mon Sep 17 00:00:00 2001 From: William Joye Date: Sat, 19 Jan 2019 14:41:11 -0500 Subject: parser scripts now in repo --- ds9/make.include | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ds9/make.include b/ds9/make.include index 45cd78c..b3b80ef 100644 --- a/ds9/make.include +++ b/ds9/make.include @@ -89,7 +89,7 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math #--------------------------distclean -.PHONY : distclean parsersclean +.PHONY : distclean parsersclean parsersdistclean distclean: clean -rm -f Makefile config.cache config.log config.status @@ -98,5 +98,7 @@ distclean: clean parsersclean: -rm -rf $(prefix)/ds9/parsers/*# \ $(prefix)/ds9/parsers/*~ \ - $(prefix)/ds9/parsers/*.tcl \ $(prefix)/ds9/parsers/*.output + +parsersdistclean: parsersclean + -rm -rf $(prefix)/ds9/parsers/*.tcl -- cgit v0.12