
all: both.png cd.png

both.png: command.both cd dvd
	gnuplot command.both > both.png

cd.png: command.cd cd
	gnuplot command.cd > cd.png
