diff --git a/Makefile b/Makefile index 692adc7..faa71f1 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,6 @@ prepare: ## Download and format csv with domains cat top-1m.csv | sed -n 's/$$/,nil/p' >> top-1m-temp.csv mv top-1m-temp.csv resources/top-1m.csv rm top-1m.csv + +run: ## Run checks + lein run