From: Nikodemus Siivola Date: Wed, 8 Jun 2011 12:22:46 +0000 (+0300) Subject: build runtime/TAGS by default X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=51da9b6600daac4d8280332f5e2d439cae5e6336;p=sbcl.git build runtime/TAGS by default Getting tired of needing to build it manually all the time. --- diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index b7b7af1..7ecee38 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -11,7 +11,7 @@ .PHONY: all clean TAGS tags targets -all: targets +all: targets tags TARGET=sbcl # Defaults which might be overridden or modified by values in the