repo.or.cz
/
plumiferos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dpx saving would fail if there was no float buffer, which is a problem
[plumiferos.git]
/
source
/
blender
/
.obj.Makefile
blob
a06644dcc36dc9f645d18aafc57f7e2e90df2325
1
#
2
# $Id: .obj.Makefile 2 2002-10-12 11:37:38Z hans $
3
#
4
5
SDIR = $(HOME)/develop/source/blender
6
7
all debug clean:
8
@echo "****> Object Makefile, chdir to $(SDIR) ..."
9
@$(MAKE) -C $(SDIR) $@ || exit 1;