Explorar o código

Fixed Makefile for st/Compiler-Tests.st

Nicolas Petton %!s(int64=12) %!d(string=hai) anos
pai
achega
83b24e2741
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      st/Makefile

+ 3 - 0
st/Makefile

@@ -85,6 +85,9 @@ Examples.js: Examples.st SUnit.js IDE.js
 Kernel-Tests.js: Kernel-Tests.st SUnit.js
 	$(AMBERC) $(FLAGS) -l SUnit $<
 
+Compiler-Tests.js: Compiler-Tests.st SUnit.js
+	$(AMBERC) $(FLAGS) -l SUnit $<
+
 # Documentation
 Documentation.js: Documentation.st Canvas.js
 	$(AMBERC) $(FLAGS) -l Canvas $<;