Skip to content

Commit

Permalink
link to rt
Browse files Browse the repository at this point in the history
  • Loading branch information
Feh committed Apr 29, 2014
1 parent dd85f53 commit 4250f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
write-bench: write-bench.c
gcc -O2 -Wall -Werror -Wstack-protector $< -o $@
gcc -O2 -Wall -Werror -Wstack-protector -lrt $< -o $@
clean:
rm -f write-bench

0 comments on commit 4250f23

Please sign in to comment.