kentSrc = ../..
include ../../inc/common.mk

compile:
	cp -p hubMake ${DESTBINDIR}/hubMake

lint:
	pylint hubMake

clean:
	cd tests && ${MAKE} clean

#test:
	#cd tests && ${MAKE}
