Skip to content

Commit be988d7

Browse files
committed
makefiles: clean should cleanup stylecheck as well.
1 parent c6af45b commit be988d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $(EXAMPLE_DIRS): lib
7272
examples: $(EXAMPLE_DIRS)
7373
$(Q)true
7474

75-
clean: $(EXAMPLE_DIRS:=.clean)
75+
clean: $(EXAMPLE_DIRS:=.clean) styleclean
7676
$(Q)$(MAKE) -C libopencm3 clean
7777

7878
stylecheck: $(EXAMPLE_DIRS:=.stylecheck)

0 commit comments

Comments
 (0)