yet another makefile tweak

This commit is contained in:
Simon Michael 2009-06-05 06:23:22 +00:00
parent 7435675308
commit db9ecf7a9e

View File

@ -66,7 +66,7 @@ hledgermac: setversion
hledgerlinux: setversion
ghc --make hledger.hs -o $(BINARYFILENAME) $(BUILDFLAGS) -O2 -static -optl-static -optl-pthread
@echo Please check the build looks portable:
ldd $(BINARYFILENAME)
-ldd $(BINARYFILENAME)
# build a deployable binary for windows, using cygwin presumably
# hledgerwin: setversion