add trivial linked list example

This commit is contained in:
neingeist 2013-05-10 14:32:21 +02:00
parent 727938dbcf
commit f6ef53c59e
2 changed files with 49 additions and 2 deletions

View file

@ -1,7 +1,10 @@
CFLAGS=-std=c99
CFLAGS=-std=c99 -Wall -g
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
all: approximate-pi
all: approximate-pi linked-list
clean:
rm -f approximate-pi linked-list
.PHONY: indent
indent: