]> git.saurik.com Git - wxWidgets.git/blob - samples/html/Makefile.in
Added wizard 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 printing && make
9 cd test && make
10 cd virtual && make
11 cd widget && make
12 cd zip && make
13
14 clean:
15 cd about && make clean
16 cd help && make clean
17 cd printing && make clean
18 cd test && make clean
19 cd virtual && make clean
20 cd widget && make clean
21 cd zip && make clean
22