summaryrefslogtreecommitdiffstats
path: root/ds9/win
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-20 17:08:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-20 17:08:16 (GMT)
commit28b383c0d366adf7174caa656554ef09b9775ac1 (patch)
treeddb08342ea3d783e2b8f3dd4cc9efd96414abceb /ds9/win
parent1d50b98a56e13e5ca884cb8c57417c6c87c86c12 (diff)
downloadblt-28b383c0d366adf7174caa656554ef09b9775ac1.zip
blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.gz
blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.bz2
fix ds9 clean
Diffstat (limited to 'ds9/win')
-rwxr-xr-xds9/win/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index c310de5..74b3a00 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -200,6 +200,7 @@ $(APPDIR)/tcc: $(prefix)/compilers/tcc-0.9.25-win32-bin.zip
.PHONY : clean
clean :
- $(RM) core *~ *# *.zip *.o
+ $(RM) core *~ *# ds9base.exe ds9.exe *.zip *.o
+ $(RM) -rf $(APPDIR)
include ../make.include