i3/docs/Makefile
2012-07-22 19:57:48 +02:00

8 lines
78 B
Makefile

all:
$(MAKE) -C .. docs
clean:
$(MAKE) -C .. clean-docs
.PHONY: all clean