#
# Makefile
#
#
TARGET = pgmonitor

clean:

install:
	install -o bin -g bin $(TARGET) /usr/local/bin
