projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2d011
)
Add an "all" target alias for "default" target.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 07:47:35 +0000
(16:47 +0900)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 07:47:35 +0000
(16:47 +0900)
"all" is more commonly expected, expecially by many IDEs.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6e92858ad50c7969aa201c4d4129e02a2f4eaec4..1ec8ce7cbaf8521510657e1b5ed63cd9b0de9e2b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,6
+12,8
@@
default: $(TOP)/configs/current
fi \
done
+all: default
+
doxygen:
cd doxygen && $(MAKE)