Skip to content

Commit

Permalink
reconciled MkGCC.sh after automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaino committed Mar 4, 2024
1 parent 002d624 commit aa0f081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/MkGCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ cd ${current_dir}
# Display MakefielGCC
cat ${current_dir}/MakeFileGCC

# clean artifacts
rm ./*.o
rm ./*.a

# Make the artifacts
make static OS=`uname -s` -f ${current_dir}/MakefileGCC
make all OS=`uname -s` -f ${current_dir}/MakefileGCC

0 comments on commit aa0f081

Please sign in to comment.