Skip to content

Commit

Permalink
fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Mar 1, 2024
1 parent 3d8073f commit 0d3c19d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ printf "${YEL}Running \`make clean\` and \`make distclean\`...\n" &&
printf "${CYA}\n" &&

# Clean artifacts
make clean && make distclean &&
make clean
make distclean
rm -f -v ./clean &&

printf "\n" &&
printf "${GRE}${bold}Done.\n" &&
Expand Down
4 changes: 3 additions & 1 deletion clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ printf "${YEL}Running \`make clean\` and \`make distclean\`...\n" &&
printf "${CYA}\n" &&

# Clean artifacts
make clean && make distclean &&
make clean
make distclean
rm -f -v ./clean &&

printf "\n" &&
printf "${GRE}${bold}Done.\n" &&
Expand Down

0 comments on commit 0d3c19d

Please sign in to comment.