6 lines
167 B
Makefile
6 lines
167 B
Makefile
|
|
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 $@
|