# Host Update Sharp # # Douglas Thrift # # $Id$ SRC = HostUpdateSharp.cs all: $(SRC) csc /target:exe /nologo $(SRC) clean: del *.exe