packages feed

smuggler2-0.3.2.1: Makefile

# For convenience
#

.PHONY: test clean accept doc hlint ghcid weed

all: test doc

test:
	 cabal test --test-show-details=streaming

clean:
	cabal clean

accept:
	cabal run smuggler2-test -- --accept

doc:
	cabal haddock

hlint:
	hlint src test/Test.hs

ghcid:
	ghcid

weed:
	cabal build
	weeder