Files
wxWidgets/samples/html/Makefile.in
Václav Slavík ad1fa80802 global makefile for samples now include html
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-02 18:17:33 +00:00

23 lines
360 B
Makefile

#
# Makefile : Builds html samples for Unix.
#
all:
cd about && make
cd help && make
cd printing && make
cd test && make
cd virtual && make
cd widget && make
cd zip && make
clean:
cd about && make clean
cd help && make clean
cd printing && make clean
cd test && make clean
cd virtual && make clean
cd widget && make clean
cd zip && make clean