summaryrefslogtreecommitdiff
path: root/project/tree.mk
blob: 196178b21ab33aa0a9551df58875e962b97080c4 (plain)
1
2
3
4
5
6
7
8
9
10
TREE_DIRS     = m4 bin lib lib/Automake

tree.tag:
		mkdir -p $(TREE_DIRS)
		touch tree.tag

tree-distclean:
		rmdir $(TREE_DIRS) || true

distclean:	tree-distclean