DEST		= /usr/local/bin

#INSTALL	= install -c
INSTALL		= cp


all clean:

install:	camtoppm.pl
		$(INSTALL) camtoppm.pl $(DEST)/camtoppm
###
