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
|
||
|
|