mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 10:48:21 +02:00
mesa: add distclean target to top-level Makefile
This commit is contained in:
parent
0d0028e6df
commit
666702baec
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -37,6 +37,9 @@ realclean: clean
|
|||
-name depend -o -name depend.bak ')' -exec rm -f '{}' ';'
|
||||
|
||||
|
||||
distclean: realclean
|
||||
|
||||
|
||||
install:
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
if [ -d $$dir ] ; then \
|
||||
|
|
@ -45,7 +48,7 @@ install:
|
|||
done
|
||||
|
||||
|
||||
.PHONY: default doxygen clean realclean install linux-directfb-install
|
||||
.PHONY: default doxygen clean realclean distclean install linux-directfb-install
|
||||
|
||||
# If there's no current configuration file
|
||||
$(TOP)/configs/current:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue