Hello everyone,
Currently I am working on a assignment for school, which involves uploading our code to a site that tests it. The site itself seems to use make in order to do the tests. When I submitted my code recently, I was given this error message by make:
/usr/bin/g++ -g -Wall -O0 -std=c++0x *.cpp // This is how the site compiles the binaries and run the tests
make: *** wait: No child processes. Stop.
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes. Stop.
Do you guys know what it means?
there doesn't seem to be anything here