1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-08 13:42:31 +05:30

Makefile: target distclean: also run testclean

Add the target `testclean` as a prerequisite for the target `distclean`
This commit is contained in:
Intel A80486DX2-66 2024-07-09 00:11:13 +03:00
parent 06510ce7f1
commit 3f3913fe3a
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -86,7 +86,7 @@ clean:
$(call rmfiles_if_exist,$(FILES_TO_REMOVE))
$(call rmdirs_if_empty,$(DIRECTORIES_TO_REMOVE))
distclean:
distclean: testclean
$(call rmdirs,$(DIRECTORIES_TO_REMOVE))
# Variables for testing