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)