AVLTree makefile

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/ljb825802164/article/details/89644244

AVLTreeTest: AVLTreeTest.o
    g++ -o AVLTreeTest  AVLTreeTest.o -g
AVLTreeTest.o: AVLTreeTest.cpp  AVLTree.h
    g++ -c AVLTreeTest.cpp -g
clean:
    rm  -rf AVLTreeTest AVLTreeTest.o

猜你喜欢

转载自blog.csdn.net/ljb825802164/article/details/89644244
今日推荐