add trivial linked list example
This commit is contained in:
parent
727938dbcf
commit
f6ef53c59e
2 changed files with 49 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue