]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/Makefile.in
More framework fixes and fixes for building dlls.
[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
9 clean:
10 cd ogl; make clean
11 cd mmedia; make clean
12