done up to chapter 8
This commit is contained in:
parent
357323bdc8
commit
6a0e1ba5e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
ex1
|
ex1
|
||||||
ex3
|
ex3
|
||||||
ex4
|
ex4
|
||||||
|
ex5
|
||||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CFLAGS=-Wall -g
|
CFLAGS=-Wall -g
|
||||||
|
|
||||||
EXERCISES = ex1 ex3 ex4
|
EXERCISES = ex1 ex3 ex4 ex5
|
||||||
|
|
||||||
|
|
||||||
all: $(EXERCISES)
|
all: $(EXERCISES)
|
||||||
|
Loading…
Reference in New Issue
Block a user