-CABAL := $(shell find . -maxdepth 1 -name '*.cabal' -printf %f -quit)
+CABAL := $(shell find . -maxdepth 1 -name '*.cabal' -print -quit)
all: build
if hlint --quiet --report=hlint.html -XNoCPP \
$(shell cabal-cargs --format=ghc --only=default_extensions --sourcefile=$(CABAL)) $(HLINT_FLAGS) .; \
then rm -f hlint.html; \
- else sensible-browser hlint.html & fi
+ else sensible-browser ./hlint.html & fi
tag:
name=$$(sed -ne 's/^name: *\(.*\)/\1/p' "$(CABAL)"); \