瀏覽代碼

repl: fix Makefile (specified libraries are already included)

Manfred Kroehnert 12 年之前
父節點
當前提交
52bdab8716
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 REPL.st amber
 
 run: repl.js
 	../bin/amber