From 0847f7b7706eaa267caa35be72d21ab09d3ccd41 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 10 Mar 2007 00:12:36 +0000 Subject: [PATCH] binary corresponds to dir name, for testing branches --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1553f7f9..e80fa4ace 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: Tags - ghc --make hledger.hs + ghc --make hledger.hs -o `basename $$PWD` profile: ghc --make -prof -auto-all hledger.hs