all:
	cd out; make all

doc:
	rm -f docs/html/*
	doxygen cintg.dg >dg.log 2>dg_err.log

clean:
	cd out; make clean

build:
	cd out; make all
	cd out;	make run
	ctags -R
