all repos — fluxbox @ 38307ebfd89e16a72cd9cbc917f457c993139e68

custom fork of the fluxbox windowmanager

3rd/vim/Makefile (raw)

1
2
3
4
5
6
7
8
9
10
11
PLUGIN = fluxbox
SOURCE = syntax/fluxapps.vim \
		 syntax/fluxkeys.vim \
		 syntax/fluxmenu.vim \
		 syntax/fluxstyle.vim

${PLUGIN}.vba: $(SOURCE) compile_vba.sh Makefile
	sh ./compile_vba.sh $(SOURCE) > $@

clean:
	rm ${PLUGIN}.vba