wxWidgets/samples/opengl/Makefile.in
Gilles Depeyrot 6616a36dbf use $(MAKE) instead of make
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-10-18 21:22:05 +00:00

16 lines
215 B
Makefile

#
# 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