Does anyone know what this error mesage means? Everything worked perfectly just an hour ago but now I keep getting these error messages.
Asked
Active
Viewed 776 times
-2
-
1Does this answer your question? [Makefile: Error1](https://stackoverflow.com/questions/4034392/makefile-error1) – Fredrik Feb 25 '21 at 23:01
1 Answers
1
The '1' is the exit code from some command that you ran. make
expects commands that succeed to return 0 and a non-zero value for failure. Take a look at the rest of the output to figure out exactly what failed

doron
- 27,972
- 12
- 65
- 103