diff --git a/contrib/src/stc/makefile.wat b/contrib/src/stc/makefile.wat index 6ef59ff7dd..3a42017756 100644 --- a/contrib/src/stc/makefile.wat +++ b/contrib/src/stc/makefile.wat @@ -67,7 +67,12 @@ $(STCLIB): $(OBJECTS) *wlib /b /c /n /P=256 $(STCLIB) $(OBJECTS) clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch $(STCLIB) *.lbc + -erase *.obj + -erase *.bak + -erase *.err + -erase *.pch + -erase $(STCLIB) + -erase *.lbc .EXTENSIONS: .cxx .cxx: $(S) diff --git a/src/stc/makefile.wat b/src/stc/makefile.wat index 6ef59ff7dd..3a42017756 100644 --- a/src/stc/makefile.wat +++ b/src/stc/makefile.wat @@ -67,7 +67,12 @@ $(STCLIB): $(OBJECTS) *wlib /b /c /n /P=256 $(STCLIB) $(OBJECTS) clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch $(STCLIB) *.lbc + -erase *.obj + -erase *.bak + -erase *.err + -erase *.pch + -erase $(STCLIB) + -erase *.lbc .EXTENSIONS: .cxx .cxx: $(S)