Skip to content

Commit

Permalink
Update examples.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imamhs authored Sep 15, 2023
1 parent abe8e6b commit 6b64d61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ then
echo "Error compiling student_book.c"
fi

gcc -Wall -o number_list_pop number_list_pop.c -limamll

if [ "$?" -ne 0 ]
then
echo "Error compiling number_list_pop.c"
fi

exit 0

0 comments on commit 6b64d61

Please sign in to comment.