Makefile 219 B

12345678
  1. repl.js: REPL.st
  2. ../bin/amberc -m Repl -l Compiler-Core,Compiler-Exceptions,Compiler-AST,Compiler-IR,Compiler-Inlining,Compiler-Semantic,parser REPL.st amber
  3. run: repl.js
  4. ../bin/amber
  5. clean:
  6. rm -f amber.js REPL.js