From c03ab4bed33fdef75e32ea0be31dc338706e071e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Dec 2008 08:51:27 +0000 Subject: [PATCH] "make rebuild" --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index dc5f0e148..1806e2d0e 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ TIME=`date +"%Y%m%d%H%M"` build: tag $(BUILD) +rebuild: clean build + # build and run whenever a module changes, see http://searchpath.org # or the patched http://joyful.com/repos/searchpath continuous ci: