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

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

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

distclean:	tree-distclean