]> git.saurik.com Git - wxWidgets.git/blob - samples/html/Makefile.in
added html help viewer sample
[wxWidgets.git] / samples / html / Makefile.in
1 #
2 # Makefile : Builds html samples for Unix.
3 #
4
5 all:
6 cd about && make
7 cd help && make
8 cd helpview && make
9 cd printing && make
10 cd test && make
11 cd virtual && make
12 cd widget && make
13 cd zip && make
14
15 clean:
16 cd about && make clean
17 cd help && make clean
18 cd helpview && make clean
19 cd printing && make clean
20 cd test && make clean
21 cd virtual && make clean
22 cd widget && make clean
23 cd zip && make clean
24