GBROOT = ../..
include ${GBROOT}/common.mk

PROGS = ${GB_BINDIR}/gbDownloadStep 

all: ${PROGS}

clean:
	rm -f ${PROGS}
