From be988d74cac3ff07bd6ad5a9fec2b22bee7f7f1a Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 17 May 2015 18:20:23 +0000 Subject: [PATCH] makefiles: clean should cleanup stylecheck as well. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41c1825..50214dc 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ $(EXAMPLE_DIRS): lib examples: $(EXAMPLE_DIRS) $(Q)true -clean: $(EXAMPLE_DIRS:=.clean) +clean: $(EXAMPLE_DIRS:=.clean) styleclean $(Q)$(MAKE) -C libopencm3 clean stylecheck: $(EXAMPLE_DIRS:=.stylecheck)