Text Blame History Raw

TREE_DIRS = bin src lib \ src/internal \ src/internal/nolibc \

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

tree-distclean: rmdir $(TREE_DIRS) 2> /dev/null || true

distclean: tree-distclean