622e48cbd2
Changed some name in wxMMedia2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
11 lines
111 B
Makefile
11 lines
111 B
Makefile
#
|
|
# Makefile : Builds wxWindows utils for Unix.
|
|
#
|
|
|
|
all:
|
|
cd wxMMedia2; make
|
|
|
|
clean:
|
|
cd wxMMedia2; make clean
|
|
|