Skip to content

Commit

Permalink
Added CLASSPATH=. to make scala run the class file
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 19, 2014
1 parent 54628e2 commit b918be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ QR.scm: QR.scala
@echo "#######################"
@echo
scalac QR.scala
scala QR > QR.scm
CLASSPATH=. scala QR > QR.scm

QR.bash: QR.scm
@echo
Expand Down

0 comments on commit b918be0

Please sign in to comment.