Преглед на файлове

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 \