8f4a9a1025
Made enable-no_rtti etc NO default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
116 B
Makefile
10 lines
116 B
Makefile
#
|
|
# Makefile : Builds wxWindows samples for Unix.
|
|
#
|
|
|
|
all:
|
|
cd wxedit && $(MAKE)
|
|
|
|
clean:
|
|
cd wxedit && $(MAKE) clean
|