]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/Makefile
fixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincont...
[wxWidgets.git] / utils / wxPython / Makefile
CommitLineData
305b8c10
RD
1#----------------------------------------------------------------------
2# Convenience makefile to drive the build script in a more user
3# friendly manner.
4#----------------------------------------------------------------------
5
6
7all:
8 ./buildall -b
9
10
11install: all
12 ./buildall -i
13
14clean:
15 ./buildall -c
16
17uninstall:
18 ./buildall -u