Yu-Jie Lin
41825f3462
set -std=c99 -D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L, fix warnings and errors
...
* Change type of `rate` to `unsigned` to match, now use 0 for the waiting.
* `sig_no` and `thr_id` are tagged with GCC unused attribute to suppress the warnings.
* Switch to `nanosleep`.
11 years ago
karl
11ec7f08e4
changed LDFLAGS to LDLIBS
...
would not use the libraries otherwise
11 years ago
Yu-Jie Lin
f7c00238c5
use canned recipe for compilation, add install/uninstall targets, turn on -Wall -Wextra
11 years ago
An Ko
a09ae743bd
Add clean target to makefile
...
People frequently expect this to exist, so they can remove compiled
files for packaging, etc.
11 years ago
karlstav
74778d47aa
Update makefile
...
added pthread flag
12 years ago
karlstav
9d9bb98495
first commit
12 years ago