Calculate sample variance
This commit is contained in:
parent
eeeb8e4f3c
commit
83f056effc
2 changed files with 21 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -60,3 +60,6 @@ mtrace-test.txt: mtrace-test.trace
|
|||
|
||||
uiowa-threads-example: uiowa-threads.o uiowa-threads-example.c
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
av-variance: av-variance.c
|
||||
$(CC) $(CFLAGS) -o $@ $< -lm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue