Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d83ac0b

Browse files
Remove obsolete latex commands from Makefile
1 parent 12768e8 commit d83ac0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎code/Makefile‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
compile: *.tex
2-
pdflatex -shell-escape $<
3-
pdflatex -shell-escape $<
4-
51
TESTDIRS = callgrind cppcheck header_units control hello modules move python smartPointers templates virtual_inheritance \
62
debug helgrind memcheck polymorphism race stl valgrind
73
NOCOMPILETESTDIRS = constness
@@ -14,12 +10,10 @@ solution:
1410
done
1511

1612
clean:
17-
rm -f *.aux *.log *.nav *.out *.pyg *.snm *.vrb *.toc
1813
for dir in ${TESTDIRS} ${NOCOMPILETESTDIRS}; do \
1914
cd $${dir}; \
2015
make clean; \
2116
cd ..; \
2217
done
2318

2419
clobber: clean
25-
rm -f *.pdf

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /