Skip to content

Commit

Permalink
Merge pull request siu#1 from patboyer/master
Browse files Browse the repository at this point in the history
fixed typo in gcc flags
  • Loading branch information
siu committed Mar 13, 2013
2 parents 243b371 + 35a4197 commit 20bf7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ like:

gcc minunit_example.c -lrt -lm -o minunit_example

Don't forget to add -ltr for the timer and -lm for linking the function fabs
Don't forget to add -lrt for the timer and -lm for linking the function fabs
used in mu_assert_double_eq.

## Setup and teardown functions
Expand Down

0 comments on commit 20bf7b0

Please sign in to comment.