mirror of
https://github.com/pret/agbcc.git
synced 2026-03-21 17:44:20 -05:00
Forgot to add installation success message.
This commit is contained in:
parent
a4417ead3c
commit
e09cbdf93d
|
|
@ -13,6 +13,7 @@ if [ "$1" != "" ]; then
|
|||
cp ginclude/* $1/tools/agbcc/include/
|
||||
cp libgcc.a $1/tools/agbcc/lib/
|
||||
cp libc.a $1/tools/agbcc/lib/
|
||||
echo "agbcc successfully installed!"
|
||||
else
|
||||
if [ -d "../$1" ]; then
|
||||
echo "Target directory does not exist. Did you mean to do \"./install.sh ../$1\"?"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user