Michael Sullivan wrote: > %.o : %.cpp > $(CXX) $(CFLAGS) $< -o $@ $(INC) This is wrong, you're missing -c. Brian