don't use dirname for binary

This commit is contained in:
Simon Michael 2007-03-10 03:03:30 +00:00
parent 411ec12636
commit 93fa427e08

View File

@ -1,5 +1,5 @@
build: Tags
ghc --make hledger.hs -o `basename $$PWD`
ghc --make hledger.hs
profile:
ghc --make -prof -auto-all hledger.hs