# $Id: Makefile 26468 2008-06-11 04:08:20Z $
#

include ../utEnv.mk

all: compile

compile:
	cp service.bat $(ALTI_HOME)/bin

clean:

