include ../../rules.mk

TARGET = ewatch

all:    install

install:
	${INSTALL} -m 755 $(TARGET)  ${PREFIX}/bin

.PHONY: docs
docs:
	@echo "gtech/utils/ewatch/Makefile: This directory is not applicable\
	for doxygen."

.PHONY: clean
clean:
	@echo "gtech/utils/ewatch/Makefile: Nothing to do."

.PHONY: spotless
spotless:
	@echo "gtech/utils/ewatch/Makefile: Nothing to do."
