Ich habe nun wie in der Anleitung beschrieben die Software des Asuro auf meinem PC installiert und bin nun soweit, dass ich das erste Skript kompilierten wollt bzw. wollt ich make machen aber dann bekomme ich:

C:\Programme\Asuro\WinAVR\src>make all
make: *** No rule to make target `all'. Stop.

> Process Exit Code: 2
und das bei dem Code:

Code:
#include <asuro.h>

int main(void)
{
    Init();

    while(1)
        return 0;
}
Wie kommt das?