Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
CFLAGS ?= -Os
all: redo links
links:
sh links.do
install:
mkdir -p "$(out)/bin"
cp --no-dereference redo redo-* "$(out)/bin"