all: test .PHONY: all build dist install clean doc site p ghci build: dist/setup-config rm -rf _site _cache cabal-dev build dist: cabal-dev sdist install: build cabal install --force-reinstalls clean: cabal-dev clean dist/setup-config: sexp.cabal # If you don't have all the necessary packages installed on the first # run, run `cabal-dev install`. cabal-dev configure --enable-tests || cabal-dev install --enable-tests doc: build cabal-dev haddock test: build cabal-dev test p: permamake.sh $(shell find Language/ -name '*.hs') $(shell find Test/ -name '*.hs') $(shell find Data/ -name '*.hs') sexp-tool.hs *.cabal Makefile ghci: build cabal-dev ghci