summaryrefslogtreecommitdiffstats
path: root/Makefile.win_make.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win_make.in')
-rw-r--r--Makefile.win_make.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.win_make.in b/Makefile.win_make.in
index a578819..40f2c45 100644
--- a/Makefile.win_make.in
+++ b/Makefile.win_make.in
@@ -10,11 +10,12 @@ clean:
-del objects\*.o
distclean: clean
- -del src\Makefile.doxygen \
+ -del src\Makefile.libdoxygen \
+ src\Makefile.doxygen \
src\Makefile.doxytag \
src\Makefile.doxysearch
-del Makefile src\Makefile examples\Makefile doc\Makefile
- -del src\doxygen.pro src\doxytag.pro src\doxysearch.pro
+ -del src\libdoxygen.pro src\doxygen.pro src\doxytag.pro src\doxysearch.pro
-del src\version.cpp
docs: