1 2 3 4 5 6
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