global makefile for samples now include html

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 1999-10-02 18:17:33 +00:00
parent 5c15428b75
commit ad1fa80802
2 changed files with 16 additions and 2 deletions

View file

@ -35,6 +35,7 @@ all:
cd wxpoem && make
cd dnd && make
cd thread && make
cd html && make
clean:
cd bombs && make clean
@ -68,4 +69,5 @@ clean:
cd wxpoem && make clean
cd dnd && make clean
cd thread && make clean
cd html && make clean