Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ./re-make_game.sh
  2. Cleaning...
  3. makefile:30: warning: overriding commands for target `winterwasteland'
  4. makefile:25: warning: ignoring old commands for target `winterwasteland'
  5. rm -rf *.o
  6. rm -rf winterwasteland
  7. Done cleaning.
  8. Make-ing game...
  9. makefile:30: warning: overriding commands for target `winterwasteland'
  10. makefile:25: warning: ignoring old commands for target `winterwasteland'
  11. g++ -std=c++11 -c -o Enemy.o Enemy.cpp
  12. make: g++: Command not found
  13. make: *** [Enemy.o] Error 127
  14. Done making game.
  15. Running game.
  16. ./re-make_game.sh: line 23: ./WinterWasteland: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement