Explorar el Código

repl: fix Makefile (specified libraries are already included)

Manfred Kroehnert hace 12 años
padre
commit
52bdab8716
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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