all:
    @echo "This is a redirect package. No build necessary."

install:
    @echo "Nothing to install. Install 'biscuit' instead."

test:
    @echo "No tests for redirect package."

