projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
wxMGL compilation fixes
[wxWidgets.git]
/
samples
/
opengl
/
Makefile.in
This page requires JavaScript to run. Use
this page
instead.
0 / 15 ( 0%)
Commit
Line
Data
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