summaryrefslogtreecommitdiffstats
path: root/share/mk/clean.mk
blob: 14a5ccce209f316c6e5abeaa0bb0f8bc479a128c (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.mk
include $(MAKEFILEDIR)/configure/directory_variables.mk


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


endif  # include guard