]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/ogl/Makefile.in
wxURI. Move Convert/to/fromURI into uri.cpp so that it is compiled in base. Regener...
[wxWidgets.git] / contrib / samples / ogl / Makefile.in
1 #
2 # Makefile : Builds wxWindows utils for Unix.
3 #
4
5 OGL_SAMPLES=ogledit studio
6
7 all:
8 @for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE)); done
9
10 clean:
11 @for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE) clean); done
12