done up to chapter 8
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user