all: _stack_lib.sh

# Snatch _stack_lib.sh from another StackExchange project.
_stack_lib.sh: ../../scripts/misc/_stack_lib.sh
	cp ../../scripts/misc/_stack_lib.sh $@
