Parcourir la source

repl: fix Makefile (specified libraries are already included)

Manfred Kroehnert il y a 12 ans
Parent
commit
52bdab8716
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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