add circular buffer demo

This commit is contained in:
orange 2013-06-09 18:54:43 +02:00
parent fbd7635089
commit 2e2a01e5ba
4 changed files with 194 additions and 1 deletions

View file

@ -1,7 +1,7 @@
CFLAGS=-std=c99 -Wall -g -O2
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
TARGETS=approximate-pi linked-list mandelbrot mandelbrot.bmp threads
TARGETS=approximate-pi linked-list mandelbrot mandelbrot.bmp threads circular-buffer structs
.PHONY: all
all: $(TARGETS)