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:
parent
06510ce7f1
commit
3f3913fe3a
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ clean:
|
|||||||
$(call rmfiles_if_exist,$(FILES_TO_REMOVE))
|
$(call rmfiles_if_exist,$(FILES_TO_REMOVE))
|
||||||
$(call rmdirs_if_empty,$(DIRECTORIES_TO_REMOVE))
|
$(call rmdirs_if_empty,$(DIRECTORIES_TO_REMOVE))
|
||||||
|
|
||||||
distclean:
|
distclean: testclean
|
||||||
$(call rmdirs,$(DIRECTORIES_TO_REMOVE))
|
$(call rmdirs,$(DIRECTORIES_TO_REMOVE))
|
||||||
|
|
||||||
# Variables for testing
|
# Variables for testing
|
||||||
|
Loading…
Reference in New Issue
Block a user