]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/Makefile.in
fix in fontspec parsing
[wxWidgets.git] / contrib / src / Makefile.in
1 #
2 # Makefile : Builds wxWindows contrib src for Unix.
3 #
4
5 all:
6 cd ogl; make
7 cd mmedia; make
8 cd stc; make
9
10 clean:
11 cd ogl; make clean
12 cd mmedia; make clean
13 cd stc; make clean
14