]> git.saurik.com Git - wxWidgets.git/blob - contrib/Makefile.in
Casting to GdkColormapPrivate is neither possible nor necessary in
[wxWidgets.git] / contrib / Makefile.in
1 #
2 # Makefile : Builds wxWindows utils for Unix.
3 #
4
5 all:
6 cd src; make
7
8 clean:
9 cd src; make clean
10 cd samples; make clean
11
12 samples:
13 cd samples; make