mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Removed OBJS dependency from cppcheck target.
This commit is contained in:
parent
e8fa85929a
commit
932f727e91
2
Makefile
2
Makefile
@ -143,5 +143,5 @@ 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* *~
|
||||||
|
|
||||||
cppcheck: $(OBJS)
|
cppcheck:
|
||||||
@cppcheck --enable=all -v -f $(OBJS:%.o=%.c)
|
@cppcheck --enable=all -v -f $(OBJS:%.o=%.c)
|
||||||
|
Loading…
Reference in New Issue
Block a user