Fix raco make command.

This commit is contained in:
Greg Hendershott 2013-07-02 14:22:35 -04:00
parent 16abc50a23
commit 358fbb74eb

View File

@ -2,5 +2,5 @@ before_install:
- sudo apt-get install -qq racket - sudo apt-get install -qq racket
script: script:
- raco make - raco make main.rkt
- raco test -x . - raco test -x .