genjson: genjson.go
	go build -o genjson genjson.go

urlscrub: urlscrub.go
	go build -o urlscrub urlscrub.go

.PHONY: clean
clean:
	rm -f urlscrub
