]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/Makefile.in
fix in fontspec parsing
[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
110b5d83 8 cd stc; make
e8482f24
GL
9
10clean:
11 cd ogl; make clean
12 cd mmedia; make clean
110b5d83 13 cd stc; make clean
e8482f24 14