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

16 lines
248 B
Makefile
Raw Normal View History

2012-08-30 14:56:42 +02:00
SOURCE = ellipsoid
DELAY = 80
DENSITY = 300
2012-08-30 15:19:44 +02:00
HEIGHT = 600
WIDTH = 800
2012-08-30 14:56:42 +02:00
make:
2012-08-30 15:19:44 +02:00
povray $(SOURCE).pov Width=$(WIDTH) HEIGHT=$(HEIGHT) +O$(SOURCE).png +Q9 +A
2012-08-30 14:56:42 +02:00
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.data *.gnuplot
png:
make