Explorar o código

repl: fix Makefile (specified libraries are already included)

Manfred Kroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
52bdab8716
Modificáronse 1 ficheiros con 1 adicións e 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