]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/Makefile.in
Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.
[wxWidgets.git] / samples / opengl / Makefile.in
1 #
2 # Makefile : Builds OpenGl samples for Unix.
3 #
4
5 all:
6 cd penguin && make
7 cd cube && make
8 cd isosurf && make
9
10 clean:
11 cd penguin && make clean
12 cd cube && make clean
13 cd isosurf && make clean
14
15