Some statistics stuff (av-variance.c)
This commit is contained in:
parent
9527b11c57
commit
eeeb8e4f3c
3 changed files with 41 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ CFLAGS=-std=c99 -Wextra -pedantic -g -O2
|
|||
|
||||
CFLAGS=-std=c99 -Wextra -pedantic -g -O0
|
||||
|
||||
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example mtrace-test
|
||||
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example mtrace-test av-variance
|
||||
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags mtrace-test.trace mtrace-test.txt
|
||||
|
||||
.PHONY: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue