all:
	@echo "WEPP is pre-compiled. Skipping build."
install:
	@echo "Nothing to install."
clean:
	@echo "Nothing to clean."
