1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00

Declared cppcheck as a PHONY target.

This commit is contained in:
Rolf Ahrenberg 2013-01-22 22:11:23 +02:00
parent 932f727e91
commit d0b6944292

View File

@ -143,5 +143,6 @@ clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
.PHONY: cppcheck
cppcheck:
@cppcheck --enable=all -v -f $(OBJS:%.o=%.c)