no more errors in make clean

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1999-09-09 08:56:09 +00:00
parent aa3981f2c6
commit 0b1c443719

View File

@ -2262,6 +2262,6 @@ clean:
$(RM) *.d
$(RM) parser.c
$(RM) lexer.c
$(RM) ./lib/*
$(RM) ./lib/*.a ./lib/*.so*
cleanall: clean