2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/povray/ellipsoid/Makefile
2012-08-30 22:45:46 +02:00

15 lines
248 B
Makefile

SOURCE = ellipsoid
DELAY = 80
DENSITY = 300
HEIGHT = 600
WIDTH = 800
make:
povray $(SOURCE).pov Width=$(WIDTH) HEIGHT=$(HEIGHT) +O$(SOURCE).png +Q9 +A
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.data *.gnuplot
png:
make