summaryrefslogtreecommitdiffstats
path: root/share/mk/clean.mk
blob: 785768b8ccf37616cc6c915ec6f05fd33aa3b7c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2021-2024, Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception


ifndef MAKEFILE_CLEAN_INCLUDED
MAKEFILE_CLEAN_INCLUDED := 1


include $(MAKEFILEDIR)/configure/build-depends/coreutils/rm.mk
include $(MAKEFILEDIR)/configure/directory_variables/build.mk


.PHONY: clean
clean:
	$(info	$(INFO_)RM -rf		$(builddir))
	$(RM) -rf $(builddir)


endif  # include guard