make ~/bin before putting files in it
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
1c6cc5bb5e
commit
3fadb8a2ce
1 changed files with 1 additions and 1 deletions
|
@ -31,13 +31,13 @@ do
|
|||
ln -sf $TARGET $LINK
|
||||
done
|
||||
|
||||
mkdir -p ~/bin
|
||||
for f in ${CPP_PROGS}
|
||||
do
|
||||
echo "Installing $f"
|
||||
$CXX -std=c++23 -O3 "$(pwd)/src/$f.cpp" -o "$HOME/bin/$f"
|
||||
done
|
||||
|
||||
mkdir -p ~/bin
|
||||
for f in bin/*
|
||||
do
|
||||
FILENAME=$(echo $f | awk -F'/' '{print $2}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue