0

Trying the make a super simple makefile to compile the two files Board.java and Snake.java. When I use the make command it gives me this error:

makefile:2: *** missing separator.  Stop.

Here's the makefile:

Snake.class : Snake.java Board.class
   javac Snake.java;
Board.class : Board.java
   javac Board.java
ezogg
  • 1

0 Answers0