5ebcf581f6
Added sample to show this... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 lines
166 B
Makefile
12 lines
166 B
Makefile
#
|
|
# Makefile : Builds wxWindows samples for Unix.
|
|
#
|
|
|
|
all:
|
|
cd wxedit && $(MAKE)
|
|
cd styles && $(MAKE)
|
|
|
|
clean:
|
|
cd wxedit && $(MAKE) clean
|
|
cd styles && $(MAKE) clean
|