Files
wxWidgets/contrib/samples/ogl/Makefile.in
2002-01-04 16:15:08 +00:00

13 lines
211 B
Makefile

#
# Makefile : Builds wxWindows utils for Unix.
#
OGL_SAMPLES=ogledit studio
all:
@for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE)); done
clean:
@for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE) clean); done