]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/Makefile.in
wxHtmlHelpController made compatible with other controllers
[wxWidgets.git] / contrib / src / Makefile.in
CommitLineData
e8482f24
GL
1#
2# Makefile : Builds wxWindows contrib src for Unix.
3#
4
5all:
6 cd ogl; make
7 cd mmedia; make
8
9clean:
10 cd ogl; make clean
11 cd mmedia; make clean
12