default: test *.o:*.hh test: test.o tape_block.o silent_code.o data_block.cpp data_block_0.o g++ -o$@ $^ clean: rm -rf test *.o *~