projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one
[wxWidgets.git]
/
samples
/
opengl
/
makefile.unx
diff --git
a/samples/opengl/makefile.unx
b/samples/opengl/makefile.unx
index e65698f63beb0faa1e7684b9df3a4b22472005f0..ee8d8ec8678ce6cb562a072b2628cf21192258c8 100644
(file)
--- a/
samples/opengl/makefile.unx
+++ b/
samples/opengl/makefile.unx
@@
-1,6
+1,6
@@
# =========================================================================
# This makefile was generated by
# =========================================================================
# This makefile was generated by
-# Bakefile 0.2.
1 (http://bakefile.sourceforge.net
)
+# Bakefile 0.2.
3 (http://www.bakefile.org
)
# Do not modify, all changes will be overwritten!
# =========================================================================
# Do not modify, all changes will be overwritten!
# =========================================================================
@@
-34,9
+34,9
@@
uninstall:
clean:
rm -f ./*.o
rm -f ./*.d
clean:
rm -f ./*.o
rm -f ./*.d
- (cd cube && $(MAKE) clean)
- (cd isosurf && $(MAKE) clean)
- (cd penguin && $(MAKE) clean)
+
-
(cd cube && $(MAKE) clean)
+
-
(cd isosurf && $(MAKE) clean)
+
-
(cd penguin && $(MAKE) clean)
cube:
(cd cube && $(MAKE) all)
cube:
(cd cube && $(MAKE) all)