Minor cleanups in Makefile.

This commit is contained in:
hjp 1998-06-29 21:53:11 +00:00
parent c662372a5a
commit f3906351cf
2 changed files with 2 additions and 7 deletions

View File

@ -4,20 +4,16 @@ POVBIN=/usr/bin
POVINC=$(POVHOME)/include
POVRAY=$(POVBIN)/x-povray
# image
WIDTH=400
HEIGHT=300
all: \
test-kopf.ppm \
test-hand.ppm \
test-torso.ppm \
test-font.ppm \
test-roboter.ppm \
%.ppm: %.pov
$(POVRAY) +W$(WIDTH) +H$(HEIGHT) +V -I$< +L$(POVINC) +D +FP
$(POVRAY) +V -I$< +L$(POVINC) +D +FP
%.pov: make%
$< > $@

View File

@ -1,5 +1,4 @@
+A
+fp +w400 +h300 +d1
+fp +w320 +h240 +d1
+l/usr/local/povray3/include
+l/home/hjp/wrk/dgk
display_gamma = 2.2