all: hello parameterPassing human io io2 sum swapTemplate readNum array hanio postFix binaryTree infix2postfixWorking BSTree BSTreeWorking BSTreeWorking2 B+Tree hello: hello.o g++ hello.o -o hello hello.o: hello.cpp g++ -c hello.cpp clean: rm *.o