mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 11:36:53 +00:00
Declared cppcheck as a PHONY target.
This commit is contained in:
parent
932f727e91
commit
d0b6944292
1
Makefile
1
Makefile
@ -143,5 +143,6 @@ clean:
|
|||||||
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
|
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
|
||||||
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
|
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
|
||||||
|
|
||||||
|
.PHONY: cppcheck
|
||||||
cppcheck:
|
cppcheck:
|
||||||
@cppcheck --enable=all -v -f $(OBJS:%.o=%.c)
|
@cppcheck --enable=all -v -f $(OBJS:%.o=%.c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user