wxWidgets/contrib/samples/Makefile.in
Vadim Zeitlin 110b5d83a6 stc targets in the global makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-14 16:11:33 +00:00

13 lines
139 B
Makefile

#
# Makefile : Builds wxWindows utils for Unix.
#
all:
cd mmedia; make
cd stc; make
clean:
cd mmedia; make clean
cd stc; make clean