clean is symbolic target

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-12-09 15:38:45 +00:00
parent 0a4f1bbf6d
commit 0cbc52f38e

View File

@@ -28,7 +28,7 @@ $(LIBTARGET) : $(OBJECTS)
@for %i in ( $(OBJECTS) ) do @%append tmp.lbc +%i
wlib /b /c /n /p=512 $^@ @tmp.lbc
clean:
clean: .SYMBOLIC
-erase *.obj
-erase $(LIBTARGET)
-erase *.pch