]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/Makefile.in
wxHandleFatalExceptions() added, documented
[wxWidgets.git] / contrib / samples / Makefile.in
1 #
2 # Makefile : Builds wxWindows utils for Unix.
3 #
4
5 all:
6 cd mmedia; make
7 cd stc; make
8
9 clean:
10 cd mmedia; make clean
11 cd stc; make clean
12