]> git.sur5r.net Git - i3/i3/blob - docs/Makefile
Display i3-nagbar when commands lead to an error
[i3/i3] / docs / Makefile
1 all:
2         $(MAKE) -C .. docs
3
4 clean:
5         $(MAKE) -C .. clean-docs
6
7 .PHONY: all clean