wxWidgets/samples/opengl/Makefile.in

16 lines
197 B
Makefile
Raw Normal View History

#
# Makefile : Builds OpenGl samples for Unix.
#
all:
cd penguin && make
cd cube && make
cd isosurf && make
clean:
cd penguin && make clean
cd cube && make clean
cd isosurf && make clean