From f1c3587f4393030ebceaa2be5615e0e8c2208c2d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 10 Oct 2019 17:23:55 +0200 Subject: [PATCH] Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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