# Makefile for cygwin!
MOD=com

all install clean test debug test_verbose:
	$(MAKE) -f ../Makefile.mod $@ MOD=$(MOD) SRC=com.cpp
