Tried to fix problem with 'clean' target

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-09-08 14:48:25 +00:00
parent 68fdcf29fd
commit 91c9bd3d71

View File

@ -1326,7 +1326,7 @@ clean:
$(RM) *.d
$(RM) parser.c
$(RM) lexer.c
$(RM) ./lib/*
$(RM) -r ./lib/wx/*
$(RM) ./lib/lib*
cleanall: clean