all:
	make -f Makefile CC=cl
clean cleandir:
	make -f Makefile clean
install:
	make -f Makefile install

depend mansourceinstall obj objdir tags:
