blob: 832cc821567a90a86dabcb9610457dac9b73280e (
plain)
1
2
3
4
5
6
7
8
9
10
|
PLUGIN = fluxbox
SOURCE = syntax/fluxapps.vim \
syntax/fluxkeys.vim \
syntax/fluxmenu.vim
${PLUGIN}.vba: $(SOURCE) compile_vba.sh Makefile
sh ./compile_vba.sh $(SOURCE) > $@
clean:
rm ${PLUGIN}.vba
|