mirror of
https://github.com/StackExchange/blackbox.git
synced 2026-01-16 15:42:16 +02:00
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 $@
|