1 2 3 4 5 6 7 8 9 10
TREE_DIRS = m4 bin man lib lib/Automake tree.tag: mkdir -p $(TREE_DIRS) touch tree.tag tree-distclean: rmdir $(TREE_DIRS) || true distclean: tree-distclean