Browse Source

Fixed Makefile for st/Compiler-Tests.st

Nicolas Petton 12 years ago
parent
commit
83b24e2741
1 changed files with 3 additions and 0 deletions
  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 $<;