all:	lptest
lptest:	lptest.o

install: all
	install -m 555 lptest /usr/bin

clean:
	rm -f *.o lptest
