]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/Makefile.in
repaired some of the more obvious horrors in the contrib (configure) Makefiles
[wxWidgets.git] / contrib / samples / Makefile.in
CommitLineData
e8482f24
GL
1#
2# Makefile : Builds wxWindows utils for Unix.
3#
4
5all:
6 cd mmedia; make
110b5d83 7 cd stc; make
e8482f24
GL
8
9clean:
10 cd mmedia; make clean
110b5d83 11 cd stc; make clean
e8482f24 12