makefiles: clean should cleanup stylecheck as well.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user