]> git.sur5r.net Git - i3/i3/blob - docs/Makefile
Added the 'binding_mode' color directive to the documentation.
[i3/i3] / docs / Makefile
1 all:
2         $(MAKE) -C .. docs
3
4 clean:
5         $(MAKE) -C .. clean-docs
6
7 .PHONY: all clean