gri3-wm/man/Makefile

8 lines
78 B
Makefile

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