瀏覽代碼

Revert "repl: fix Makefile (specified libraries are already included)"

The libraries are needed by the REPL.
Otherwise the compiler is not defined.

This reverts commit 52bdab871694022296ca5861a9b121c4bd8eb23b.
Manfred Kroehnert 12 年之前
父節點
當前提交
4c28db7236
共有 2 個文件被更改,包括 2601 次插入16 次删除
  1. 1 1
      repl/Makefile
  2. 2600 15
      repl/amber.js

+ 1 - 1
repl/Makefile

@@ -1,5 +1,5 @@
 repl.js: REPL.st
-	../bin/amberc -m Repl REPL.st amber
+	../bin/amberc -m Repl -l Compiler,parser REPL.st amber
 
 run: repl.js
 	../bin/amber

文件差異過大導致無法顯示
+ 2600 - 15
repl/amber.js


部分文件因文件數量過多而無法顯示