Skip to content

Commit a6d6eaf

Browse files
committed
3.3.0
1 parent 48df106 commit a6d6eaf

27 files changed

+462
-562
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
FIX wrong example for D01 ex03 "vector"
1+
- One file per exercise
2+
- Indentation fixes
3+
- Makefile update to clean latex compilation files
24

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ all: clean dirs
1313
%.pdf:
1414
@echo "We are taking care of: $@"
1515
@$(MAKE) -C $(shell dirname $@)
16+
@$(MAKE) clean -C $(shell dirname $@)
1617
cp $@ build/$(shell dirname `dirname $@`).pdf
1718

1819
dirs: $(TARGETS_DIRS)

build/module00.pdf

21.6 KB
Binary file not shown.

build/module01.pdf

156 KB
Binary file not shown.

build/module02.pdf

156 KB
Binary file not shown.

build/module03.pdf

156 KB
Binary file not shown.

build/module04.pdf

155 KB
Binary file not shown.

module00/subject/en.subject.pdf

0 Bytes
Binary file not shown.

module01/subject/en.subject.pdf

0 Bytes
Binary file not shown.

module02/subject/en.subject.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)