CC = g++ CPPFLAGS = -g LDFLAGS = -lgvc -lcgraph all: test_random.o ${CC} ${LDFLAGS} test_random.o -o test_random clean: rm -f *.o test_random test_random.o : rbtree.h