main : main.o stripe.o g++ -o main main.o stripe.o main.o : main.cpp stripe.h g++ -c main.cpp stripe.o : stripe.cpp stripe.h g++ -c stripe.cpp