include ../include/conf.mk

all:

install: all
	install ppmtog3.sh $(LIBDIR)/ppmtog3

clean:
	$(RM)  *~
depend:
