Starting ex17 extra credit
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
all: ex1 ex3
|
||||
EXERCISES := \
|
||||
ex1 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex9-ec \
|
||||
ex10 ex11 ex12 ex13 ex14 ex15 ex16 ex17 ex17-ec
|
||||
|
||||
all: $(EXERCISES)
|
||||
|
||||
clean:
|
||||
rm -f ex1 ex3
|
||||
$(RM) $(EXERCISES)
|
||||
|
||||
test:
|
||||
./runtests
|
||||
|
Reference in New Issue
Block a user