.PHONY: all test all: .setup raco setup smol-http raco make webcrawler test: .setup raco test -p smol-http .setup: raco pkg install smol-http/ @touch $@