From 51da9b6600daac4d8280332f5e2d439cae5e6336 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 8 Jun 2011 15:22:46 +0300 Subject: [PATCH] build runtime/TAGS by default Getting tired of needing to build it manually all the time. --- src/runtime/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4