]> git.saurik.com Git - wxWidgets.git/blob - samples/mobile/Makefile.in
mention that doing SetFocus() results in the focus event being sent
[wxWidgets.git] / samples / mobile / Makefile.in
1 #
2 # Makefile : Builds wxWindows samples for Unix.
3 #
4
5 all:
6 cd wxedit && $(MAKE)
7
8 clean:
9 cd wxedit && $(MAKE) clean