Skip to content

Commit

Permalink
Makefile.mk: make clean: remove clang's .cache/
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Feb 3, 2025
1 parent fe95ecb commit 156b7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ALL_TARGETS ::=
ALL_TESTS ::=
CHECK_TARGETS ::=
CLEANFILES ::=
CLEANDIRS ::=
CLEANDIRS ::= .cache

# == Defaults ==
INCLUDES ::= -I.
Expand Down

0 comments on commit 156b7af

Please sign in to comment.