.
This commit is contained in:
parent
495c0d1dbf
commit
82c47960d4
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ heap: ${PROGRAM}
|
||||||
heaptrack_gui `ls -1tr heaptrack.$^.* |tail -1` &
|
heaptrack_gui `ls -1tr heaptrack.$^.* |tail -1` &
|
||||||
|
|
||||||
codecheck: $(SOURCES)
|
codecheck: $(SOURCES)
|
||||||
cppcheck --enable=all --inconclusive --std=c++17 -I${CUDA_INC} --suppress=missingIncludeSystem $^
|
cppcheck --enable=all --inconclusive --std=c++17 --suppress=missingIncludeSystem $^
|
||||||
|
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue