makefiles: clean should cleanup stylecheck as well.

This commit is contained in:
Karl Palsson
2015-05-17 18:20:23 +00:00
parent c6af45ba8f
commit be988d74ca

View File

@@ -72,7 +72,7 @@ $(EXAMPLE_DIRS): lib
examples: $(EXAMPLE_DIRS) examples: $(EXAMPLE_DIRS)
$(Q)true $(Q)true
clean: $(EXAMPLE_DIRS:=.clean) clean: $(EXAMPLE_DIRS:=.clean) styleclean
$(Q)$(MAKE) -C libopencm3 clean $(Q)$(MAKE) -C libopencm3 clean
stylecheck: $(EXAMPLE_DIRS:=.stylecheck) stylecheck: $(EXAMPLE_DIRS:=.stylecheck)