Hello!
When I make a project and I will compile and run I become an error:
Compiler: Default compiler
Building Makefile: "C:\Users\Dario\Desktop\Dario lernt Console\Makefile.win"
Führt make... aus
make.exe -f "C:\Users\Dario\Desktop\Dario lernt Console\Makefile.win" all
gcc.exe -c main.c -o main.o -I"C:/Dev-Cpp/include"
gcc.exe: main.c: No such file or directory
gcc.exe: no input files
make.exe: *** [main.o] Error 1
Ausführung beendet
Can you help me?
Thanks much!