From: José Fonseca Date: Mon, 18 Feb 2008 07:47:35 +0000 (+0900) Subject: Add an "all" target alias for "default" target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9df478d2f8269a439024fadf82170814d24acd19;p=mesa.git Add an "all" target alias for "default" target. "all" is more commonly expected, expecially by many IDEs. --- diff --git a/Makefile b/Makefile index 6e92858ad50..1ec8ce7cbaf 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ default: $(TOP)/configs/current fi \ done +all: default + doxygen: cd doxygen && $(MAKE)