gri3-wm/docs/Makefile

8 lines
78 B
Makefile

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