Codebase list mkgmap / upstream/0.0.0+svn4565 doc / Makefile
upstream/0.0.0+svn4565

Tree @upstream/0.0.0+svn4565 (Download .tar.gz)

Makefile @upstream/0.0.0+svn4565raw · history · blame

DIRS=styles # tutorial reference


all:
	echo You can only install with this makefile

install: $(DIRS)

$(DIRS):
	$(MAKE) -C $@  install


.PHONY: dirs $(DIRS)