OBJS = main.o glut_teapot.o
LIBS = -lProducer 

CXXFLAGS = -I/usr/X11R6/include


t : $(OBJS)
	$(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
