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