I'm using Hardy 8.04 and KDevelop 3.5.3.

I'm new to the program and I tried to write a little project to get used to it. Well, when I tried to compile it worked. Gave me the message:

cd '/home/cyle/Desktop/CppProjects/DOS_Battle' && LC_MESSAGES="C" LC_CTYPE="C" make -k 'DOS_Battle.o'
compiling DOS_Battle.cpp (g++)
*** Success ***

But when I click Build, I get this:

cd '/home/cyle/Desktop/CppProjects/DOS_Battle' && LC_MESSAGES="C" LC_CTYPE="C" make -k
make: *** No targets. Stop.
*** Exited with status: 2 ***

Anyone know how to fix this and make it work?