summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0134e2da1..5acc7d2925 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ TOP = .
SUBDIRS = src progs
-
default: $(TOP)/configs/current
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
@@ -12,6 +11,11 @@ default: $(TOP)/configs/current
fi \
done
+dri-sdk:
+ cd src/mesa/ && $(MAKE) dri-sdk
+
+dri-sdk-install:
+ cd src/mesa/ && $(MAKE) dri-sdk-install
doxygen:
(cd doxygen ; make) ; \