Skip to content

Commit

Permalink
fix path to Scala install
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Nov 1, 2011
1 parent 242859a commit 0156b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ ifeq ($(origin NETLOGO), undefined)
endif

ifeq ($(origin SCALA_HOME), undefined)
SCALA_HOME=/usr/local/scala-2.9.1
SCALA_HOME=/usr/local/scala-2.9.1.final
endif

SRCS=$(wildcard src/*.scala)
Expand Down

0 comments on commit 0156b22

Please sign in to comment.