From 4ea70b252418bfd2ccc8e4d239778307e3d3e2ee Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Sun, 7 Jan 2007 13:09:37 -0700
Subject: [PATCH] Makefile: add a default target to just build the tree

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index de82725c..6fe7da35 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
 
+default: build
+
 .PHONY: run-queen run-client test
 
 run-queen:
-- 
2.45.2