From 58e2ad83128935f1358c3b6fbd825d795e70aaee Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 29 Dec 2016 19:58:07 +0100 Subject: [PATCH] README: small update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7197bf337..dc9e45311 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,12 @@ below. The make targets for the root directory: -* list: print a list of all plugin directories -* list-full: print a list of all plugin directories with comments +* clean: remove all changes and unknown files +* lint: run syntax checks +* list: print a list of all plugin directories with comments +* style-fix: apply style fixes +* style: run style checks +* sweep: apply whitespace fixes The make targets for any plugin directory: