]> git.saurik.com Git - wxWidgets.git/blob - contrib/Makefile.in
don't move the file to itself in AC_OUTPUT, this allows to run config.status after...
[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 cd utils; make clean
12
13
14 samples:
15 cd samples; make