Skip to content

Commit 4bb3bcc

Browse files
Sebastien Poncesponce
authored andcommitted
Fixed top level Makefile of exercises (was looping infinitely)
1 parent 38ae167 commit 4bb3bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ compile: *.tex
33
pdflatex -shell-escape $<
44

55
TESTDIRS = callgrind cppcheck header_units control hello modules move python smartPointers templates virtual_inheritance \
6-
debug helgrind lambdas memcheck polymorphism race stl valgrind
6+
debug helgrind memcheck polymorphism race stl valgrind
77
NOCOMPILETESTDIRS = constness
88

99
solution:

0 commit comments

Comments
 (0)