mirror of
https://github.com/git/git.git
synced 2026-01-26 18:44:50 +00:00
Merge pull request #1152 from jeffhostetler/jeffhostetler/msvc_make_clean
Makefile: clean EXE PDBs when MSVC=1
This commit is contained in:
3
Makefile
3
Makefile
@@ -2583,6 +2583,9 @@ endif
|
||||
$(RM) GIT-SCRIPT-DEFINES GIT-PERL-DEFINES GIT-PYTHON-VARS
|
||||
ifdef MSVC
|
||||
$(RM) $(patsubst %.o,%.o.pdb,$(OBJECTS))
|
||||
$(RM) $(patsubst %.exe,%.pdb,$(OTHER_PROGRAMS))
|
||||
$(RM) $(patsubst %.exe,%.pdb,$(PROGRAMS))
|
||||
$(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
|
||||
endif
|
||||
|
||||
.PHONY: all install profile-clean clean strip
|
||||
|
||||
Reference in New Issue
Block a user