]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/Makefile
Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc...
[wxWidgets.git] / utils / wxPython / Makefile
1 #----------------------------------------------------------------------
2 # Convenience makefile to drive the build script in a more user
3 # friendly manner.
4 #----------------------------------------------------------------------
5
6
7 all:
8 ./buildall -b
9
10
11 install: all
12 ./buildall -i
13
14 clean:
15 ./buildall -c
16
17 uninstall:
18 ./buildall -u