mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Add an install target
This commit is contained in:
parent
1837dda4d8
commit
000dd4afe2
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ subdirs:
|
|||
done
|
||||
|
||||
|
||||
install:
|
||||
@for dir in $(DRI_DIRS) ; do \
|
||||
(cd $$dir ; $(MAKE) install) || exit 1; \
|
||||
done
|
||||
|
||||
|
||||
clean:
|
||||
@for dir in $(DRI_DIRS) ; do \
|
||||
(cd $$dir ; $(MAKE) clean) ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue