wxWidgets/contrib/samples/Makefile.in

13 lines
139 B
Makefile
Raw Normal View History

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