
compile:
	make -C timed
	make -C timedc

install:
	make -C timed install
	make -C timedc install

