I have got a progra and I'm trying to run it, but It keeps giving me an error, I think it's related with makefile, but I dont know how to fix it...does anyone know the solution...below is the error..
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 2 -e -f Makefile"
"----------Building project:[ Test1 - Debug ]----------"
mingw32-make.exe[1]: Entering directory `C:/Users/DANI/Desktop/LondonWorkspace/QuineMcCluskey/Test1'
mingw32-make.exe[1]: *** No rule to make target `../../../Profile', needed by `Debug/src_BoolFunct.o'. Stop.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory `C:/Users/DANI/Desktop/LondonWorkspace/QuineMcCluskey/Test1'
Makefile:4: recipe for target `All' failed
0 errors, 0 warnings
Thanks