add files the Makefile vim-stuff
authorMahlon E. Smith <mahlon@martini.nu>
Sat, 18 Dec 2010 23:38:55 -0800
branchvim-stuff
changeset 20 09c4f575f627
parent 19 763cef799c74
child 21 cd1f3381c1ed
add files the Makefile
specky/Makefile
--- a/specky/Makefile	Sat Dec 18 00:56:09 2010 -0800
+++ b/specky/Makefile	Sat Dec 18 23:38:55 2010 -0800
@@ -2,12 +2,15 @@
 
 SOURCE =  syntax/rdoc.vim
 SOURCE += syntax/specrun.vim
+SOURCE += syntax/specrun1.vim
 SOURCE += syntax/rspec.vim
 SOURCE += ftdetect/rspec.vim
 SOURCE += ftplugin/rspec.vim
 SOURCE += doc/specky.txt
 SOURCE += plugin/specky.vim
 SOURCE += snippets/rspec.snippets
+SOURCE += ruby/specky_formatter.rb
+
 
 ${PLUGIN}.vba: ${SOURCE}
 	- vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\!