tools: fix web dev build

This commit is contained in:
Simon Michael 2012-11-19 23:18:22 +00:00
parent 79f0e98186
commit c70ba1a979

View File

@ -215,10 +215,10 @@ hledgerhpc:
# build other executables quickly # build other executables quickly
bin/hledger-webdev: bin/hledger-webdev:
$(GHC) -o $@ $(BUILDFLAGS) hledger-web/hledger-web.hs $(GHC) -o $@ $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs
bin/hledger-web-production: bin/hledger-web-production:
$(GHC) -o $@ $(BUILDFLAGS) hledger-web/hledger-web.hs $(GHC) -o $@ $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs
# build portable releaseable binaries for gnu/linux # build portable releaseable binaries for gnu/linux
linuxbinaries: linuxbinary-hledger \ linuxbinaries: linuxbinary-hledger \