btree: bt_main.o bt_data.o btree.o gcc -Wall -o btree bt_main.o bt_data.o btree.o -I. clean: rm -f *.o rm btree