浏览代码

Added Kernel-Announcements to the Makefile

Nicolas Petton 12 年之前
父节点
当前提交
323bc1c0fe
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      st/Makefile

+ 3 - 0
st/Makefile

@@ -46,6 +46,9 @@ Kernel-Exceptions.js: Kernel-Exceptions.st boot.js init.js parser.js
 Kernel-Transcript.js: Kernel-Transcript.st boot.js init.js parser.js
 	$(AMBERC) $(FLAGS) $<
 
+Kernel-Announcements.js: Kernel-Announcements.st boot.js init.js parser.js
+	$(AMBERC) $(FLAGS) $<
+
 # ...and Compiler, but using the new Kernel from above.
 # We only need to depend on Kernel js files since it in turn depends on boot.js etc
 Compiler.js: Compiler.st Kernel-Objects.js Kernel-Classes.js Kernel-Methods.js Kernel-Collections.js \