> $(TARGET): $(OBJFILES) $(MODFILES) > $(COMPILER) -o $(TARGET) $(OBJFILES) $(MODFILES) $(LIB_FLAGS) > $(LD_FLAGS) $(LD_DEBUGGING_FLAGS) You don't give your definition for MODFILES, but if it's a list of .mod files, you shouldn't put it there. FX