msvc: improve clean targets

Contributed on GitLab by @Exaybachay.
This commit is contained in:
Daniel Kochmański 2017-02-17 09:01:06 +01:00
parent 9e4370bd88
commit e3b8c3a668
2 changed files with 6 additions and 0 deletions

View file

@ -50,3 +50,8 @@ gc.lib: $(OBJS)
gc_cpp.cpp: $(srcdir)\gc_cpp.cc
copy $? $@
clean:
-erase $(OBJS)
-erase gc.lib
-erase *.pdb

View file

@ -628,3 +628,4 @@ clean:
-erase gmp.h
-erase msvc-build
-erase *.exe *.manifest
-erase *.ilk *.pdb