mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 03:30:10 +01:00
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
12 lines
113 B
Makefile
12 lines
113 B
Makefile
|
|
TOP = ../..
|
|
include $(TOP)/configs/current
|
|
|
|
|
|
default:
|
|
cd mini && $(MAKE)
|
|
|
|
|
|
clean:
|
|
-@cd mini && $(MAKE) clean
|
|
|