Prechádzať zdrojové kódy

repl: add new Compiler libraries to Makefile

Manfred Kröhnert 11 rokov pred
rodič
commit
a95e032408
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      repl/Makefile

+ 1 - 1
repl/Makefile

@@ -1,5 +1,5 @@
 repl.js: REPL.st
-	../bin/amberc -m Repl -l Compiler,parser REPL.st amber
+	../bin/amberc -m Repl -l Compiler-Core,Compiler-Exceptions,Compiler-AST,Compiler-IR,Compiler-Inlining,Compiler-Semantic,parser REPL.st amber
 
 run: repl.js
 	../bin/amber