Message ID | 20170818183751.18999-1-seanpaul@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, 18 Aug 2017, Sean Paul <seanpaul@chromium.org> wrote: > Clean up drm-misc-commit-flow.svg when running make clean. You're late to the party! ;) 84127e33aa71 ("build: add drm-misc-commit-flow.svg to clean target") Thanks, Jani. > > Signed-off-by: Sean Paul <seanpaul@chromium.org> > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 44fcdc9..8daa912 100644 > --- a/Makefile > +++ b/Makefile > @@ -47,6 +47,6 @@ mancheck: > check: shellcheck mancheck all > > clean: > - rm -f drm-intel.html drm-intel-flow.svg dim.html drm-misc.html > + rm -f drm-intel.html drm-intel-flow.svg dim.html drm-misc.html drm-misc-commit-flow.svg > > .PHONY: all clean
diff --git a/Makefile b/Makefile index 44fcdc9..8daa912 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,6 @@ mancheck: check: shellcheck mancheck all clean: - rm -f drm-intel.html drm-intel-flow.svg dim.html drm-misc.html + rm -f drm-intel.html drm-intel-flow.svg dim.html drm-misc.html drm-misc-commit-flow.svg .PHONY: all clean
Clean up drm-misc-commit-flow.svg when running make clean. Signed-off-by: Sean Paul <seanpaul@chromium.org> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)