big refactoring: step 1
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,12 +1,16 @@
|
||||
|
||||
|
||||
POVOPT = +q9 +a0.02 -d
|
||||
POVDEP = contexte.inc elements.inc datas/hf.png
|
||||
POVDEP = contexte.inc elements.inc \
|
||||
globals.inc datas/hf.png
|
||||
|
||||
|
||||
PNG: essai.png scene.png
|
||||
PNG: essai.png scene.png topview.png
|
||||
|
||||
|
||||
topview.png: topview.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) -K200 -W1280 -H1024 -i$< -o$@
|
||||
|
||||
essai.png: essai.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) -W800 -H600 -i$< -o$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user