msvc: improve clean targets
Contributed on GitLab by @Exaybachay.
This commit is contained in:
parent
9e4370bd88
commit
e3b8c3a668
2 changed files with 6 additions and 0 deletions
|
|
@ -50,3 +50,8 @@ gc.lib: $(OBJS)
|
|||
|
||||
gc_cpp.cpp: $(srcdir)\gc_cpp.cc
|
||||
copy $? $@
|
||||
|
||||
clean:
|
||||
-erase $(OBJS)
|
||||
-erase gc.lib
|
||||
-erase *.pdb
|
||||
|
|
|
|||
|
|
@ -628,3 +628,4 @@ clean:
|
|||
-erase gmp.h
|
||||
-erase msvc-build
|
||||
-erase *.exe *.manifest
|
||||
-erase *.ilk *.pdb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue