Ich hab wieder ein Problem:

und zwar hab ich ein eigenes Programm geschrieben und möchte es jetzt compilieren. ich hab eine makefile genommen und hab den namen des projekts geändert (TARGET = ........). aber wenn ich versuche das Programm zu compilieren wird mir immer das hier angezeigt (im output fenster) :

> "make.exe" all

-------- begin --------
avr-gcc (GCC) 4.1.2 (WinAVR 20070525)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

make.exe: *** No rule to make target `Fahren.elf', needed by `elf'. Stop.

> Process Exit Code: 2

Was mach ich falsch ?