This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
learning-by-doing
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new target 'check' to run cppcheck on all *.c files
master
T. Meissner
10 years ago
parent
466ac5fbde
commit
f1af7fddc0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
21st_century_c/Makefile
+ 4
- 0
21st_century_c/Makefile
View File
@ -13,6 +13,10 @@ simple_cplx : cplx.h complex.c simple_cplx.c
.PHONY
:
all
all
:
boxes
show_tree
simple_cplx
.PHONY
:
check
check
:
*.
h
*.
c
cppcheck --enable
=
warning --enable
=
style *.c
.PHONY
:
clean
clean
:
rm -f boxes
Write
Preview
Loading…
Cancel
Save