t:
		@make -f makefile_t

install:
		@make -f makefile_t install

help:
		@echo "usage: make {o b t clean}"

o:
		@make -f makefile_o

b:
		@make -f makefile_b

clean:
		rm -f *.o *.b c2 c268
