Rev 2464 | Blame | Compare with Previous | Last modification | View Log | RSS feed
DIRS=styles # tutorial reference all: echo You can only install with this makefile install: $(DIRS) $(DIRS): $(MAKE) -C $@ install .PHONY: dirs $(DIRS)
DIRS=styles # tutorial reference
all:
echo You can only install with this makefile
install: $(DIRS)
$(DIRS):
$(MAKE) -C $@ install
.PHONY: dirs $(DIRS)